[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TANSISTRINGBUILDER.Append

Declaration

Source position: syssbh.inc line 39

public function TANSISTRINGBUILDER.Append(

  const AValue: Boolean

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: Byte

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: ANSICHAR

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: Currency

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: Double

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: SmallInt

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: LongInt

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: Int64

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: TObject

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: ShortInt

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: Single

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: UInt64

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: array of ANSICHAR

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: Word

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: Cardinal

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: PANSICHAR

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: RawByteString

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: ANSICHAR;

  RepeatCount: Integer

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: array of ANSICHAR;

  StartIndex: Integer;

  SBCharCount: Integer

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const AValue: ANSISTRING;

  StartIndex: Integer;

  Count: Integer

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Append(

  const Fmt: ANSISTRING;

  const Args: array of Const

):TANSISTRINGBUILDER;


Documentation generated on: May 14 2021