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

  const NewValue: ansistring

):TANSISTRINGBUILDER;

function TANSISTRINGBUILDER.Replace(

  const OldValue: ansistring;

  const NewValue: ansistring;

  StartIndex: Integer;

  Count: Integer

):TANSISTRINGBUILDER;


Documentation generated on: Jun 15 2021