Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TAnsiStringBuilder.AppendFormat

Append the result of a Format.

Declaration

Source position: syssbh.inc line 65

public function TAnsiStringBuilder.AppendFormat(

  const Fmt: AnsiString;

  const Args: array of Const

):TAnsiStringBuilder;

Description

AppendFormat calls Format with fmt and Args and calls append with the resulting string.

Errors

the call to Format may result in an exception if the format parameters do not match the passed arguments.

See also

Append

  

Append data in string form to the buffer.

Insert

  

Insert data in string form into the buffer at a given position.

Remove

  

Remove data from the string.

Format

  

Format a string with given arguments.


Documentation generated on: Jul 24 2023