RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString::FmtLoadStr Method

Formats output using a resourced format string.

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

System::AnsiString::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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!