Append the result of a Format.
Source position: syssbh.inc line 80
public function TAnsiStringBuilder.AppendFormat( |
const Fmt: AnsiString; |
const Args: array of Const |
AppendFormat calls Format with fmt and Args and calls append with the resulting string.
the call to Format may result in an exception if the format parameters do not match the passed arguments.
|
Append data in string form to the buffer. |
|
|
Insert data in string form into the buffer at a given position. |
|
|
Remove data from the string. |
|
|
Format a string with given arguments. |