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

TUnicodeStringHelper.LastIndexOf

Declaration

Source position: syshelph.inc line 451

public function TUnicodeStringHelper.LastIndexOf(

  AValue: UnicodeChar

):SizeInt; overload;

function TUnicodeStringHelper.LastIndexOf(

  const AValue: UnicodeString

):SizeInt; overload;

function TUnicodeStringHelper.LastIndexOf(

  AValue: UnicodeChar;

  AStartIndex: SizeInt

):SizeInt; overload;

function TUnicodeStringHelper.LastIndexOf(

  const AValue: UnicodeString;

  AStartIndex: SizeInt

):SizeInt; overload;

function TUnicodeStringHelper.LastIndexOf(

  AValue: UnicodeChar;

  AStartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TUnicodeStringHelper.LastIndexOf(

  const AValue: UnicodeString;

  AStartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;


Documentation generated on: Jul 24 2023