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

TANSISTRINGBUILDER.Replace

Declaration

Source position: syssbh.inc line 95

public function TANSISTRINGBUILDER.Replace(

  const OldChar: ANSICHAR;

  const NewChar: ANSICHAR

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Replace(

  const OldChar: ANSICHAR;

  const NewChar: ANSICHAR;

  StartIndex: Integer;

  Count: Integer

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Replace(

  const OldValue: RAWBYTESTRING;

  const NewValue: RAWBYTESTRING

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Replace(

  const OldValue: RAWBYTESTRING;

  const NewValue: RAWBYTESTRING;

  StartIndex: Integer;

  Count: Integer

):TANSISTRINGBUILDER;


Documentation generated on: May 14 2021