Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TShortStringHelper.Replace

Declaration

Source position: syshelph.inc line 610

public function TShortStringHelper.Replace(

  OldChar: AnsiChar;

  NewChar: AnsiChar

):ShortString; overload;

function TShortStringHelper.Replace(

  OldChar: AnsiChar;

  NewChar: AnsiChar;

  ReplaceFlags: TReplaceFlags

):ShortString; overload;

function TShortStringHelper.Replace(

  const OldValue: ShortString;

  const NewValue: ShortString

):ShortString; overload;

function TShortStringHelper.Replace(

  const OldValue: ShortString;

  const NewValue: ShortString;

  ReplaceFlags: TReplaceFlags

):ShortString; overload;


Documentation generated on: Jul 24 2023