RAD Studio VCL Reference
|
Formats output using a resourced format string.
function FmtLoadStr(ident: Integer; const args: TVarRec *; size: Integer; codePage: Integer): AnsiStringBase; static;
static __fastcall AnsiStringBase FmtLoadStr(int ident, const TVarRec * args, int size, int codePage);
System::AnsiStringBase::FmtLoadStr loads a string from a program's resource string table and uses that string, plus the args array, as a parameter to Format. Ident is the string resource ID of the desired format string.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|