Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#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: ansistring

):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: Jun 15 2021