RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringBuilder.AppendFormat Method

Appends a number of objects to the current character array in this TStringBuilder instance.

Pascal
function AppendFormat(const Format: string; const Args: array of const): TStringBuilder; overload;
C++
__fastcall TStringBuilder AppendFormat(const AnsiString Format, const array of const Args);

Use AppendFormat to append a number of objects to the current character array in this TStringBuilder instance. The objects are represented by a string of format specifications and an array of objects to format. There is a one to one relationship between the format specifications and the objects in the objects array.  

Format is a string of format specifications.  

Args is the corresponding array of objects to format. 

 

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