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