RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStrings.FmtStr Function

Format argument list using format string.

Pascal
procedure FmtStr(var Result: AnsiString; const Format: AnsiString; const Args: array of const); overload;
procedure FmtStr(var Result: AnsiString; const Format: AnsiString; const Args: array of const; const FormatSettings: TFormatSettings); overload;
C++
FmtStr(AnsiString Result, const AnsiString Format, const array of const Args);
FmtStr(AnsiString Result, const AnsiString Format, const array of const Args, const TFormatSettings FormatSettings);

FmtStr formats the argument list given by Args using the format string given by Format into the string variable given by Result. For further details, see the description of the Format function. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!