RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UnicodeString::FmtLoadStr Method

Formats output using a resourced format string.

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

System::UnicodeString::FmtLoadStr loads a string from a program's resource string table and uses that string, plus the args array, as a parameter to the System::UnicodeString::Format function. 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!