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

TUnicodeStringBuilder.AppendFormat

Append the result of a Format

Declaration

Source position: syssbh.inc line 65

public function TUnicodeStringBuilder.AppendFormat(

  const Fmt: UnicodeString;

  const Args: array of Const

):TUnicodeStringBuilder;

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: Sep 29 2022