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

TANSISTRINGBUILDER.Insert

Declaration

Source position: syssbh.inc line 74

public function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: Boolean

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: Byte

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: ANSICHAR

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: Currency

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: Double

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: SmallInt

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: LongInt

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: array of ANSICHAR

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: Int64

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: TObject

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: ShortInt

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: Single

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: ANSISTRING

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: Word

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: Cardinal

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: UInt64

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: ANSISTRING;

  const aRepeatCount: Integer

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Insert(

  Index: Integer;

  const AValue: array of ANSICHAR;

  startIndex: Integer;

  SBCharCount: Integer

):TANSISTRINGBUILDER;


Documentation generated on: May 14 2021