|
RAD Studio VCL Reference
|
Returns formatted output using a resourced format string.
function FmtLoadStr(Ident: Integer; const Args: array of const): string;
AnsiString FmtLoadStr(int Ident, const array of const Args);
FmtLoadStr loads a string from a program's resource string table and uses that string, plus an array of arguments, as a parameter to Format.
Ident is the string resource ID of the desired format string.
Args is an array of arguments that replace the format specifiers in the string Ident designates.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|