RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringT::FmtLoadStr Method

Formats output using a resourced format string.

Pascal
function FmtLoadStr(ident: Integer; const args: TVarRec *; size: Integer): AnsiStringT; static;
C++
static __fastcall AnsiStringT FmtLoadStr(int ident, const TVarRec * args, int size);

System::AnsiStringT::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!