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

TWideStringHelper.LastIndexOf

Declaration

Source position: syshelph.inc line 309

public function TWideStringHelper.LastIndexOf(

  AValue: WideChar

):SizeInt; overload;

function TWideStringHelper.LastIndexOf(

  const AValue: WideString

):SizeInt; overload;

function TWideStringHelper.LastIndexOf(

  AValue: WideChar;

  AStartIndex: SizeInt

):SizeInt; overload;

function TWideStringHelper.LastIndexOf(

  const AValue: WideString;

  AStartIndex: SizeInt

):SizeInt; overload;

function TWideStringHelper.LastIndexOf(

  AValue: WideChar;

  AStartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TWideStringHelper.LastIndexOf(

  const AValue: WideString;

  AStartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;


Documentation generated on: Jul 24 2023