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

TAnsiStringHelper.LastIndexOf

Declaration

Source position: syshelph.inc line 142

public function TAnsiStringHelper.LastIndexOf(

  AValue: AnsiChar

):SizeInt; overload;

function TAnsiStringHelper.LastIndexOf(

  const AValue: AnsiString

):SizeInt; overload;

function TAnsiStringHelper.LastIndexOf(

  AValue: AnsiChar;

  AStartIndex: SizeInt

):SizeInt; overload;

function TAnsiStringHelper.LastIndexOf(

  const AValue: AnsiString;

  AStartIndex: SizeInt

):SizeInt; overload;

function TAnsiStringHelper.LastIndexOf(

  AValue: AnsiChar;

  AStartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TAnsiStringHelper.LastIndexOf(

  const AValue: AnsiString;

  AStartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;


Documentation generated on: Jul 24 2023