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

TWideStringHelper.IndexOf

Declaration

Source position: syshelph.inc line 287

public function TWideStringHelper.IndexOf(

  AValue: WideChar

):SizeInt; overload;

function TWideStringHelper.IndexOf(

  const AValue: WideString

):SizeInt; overload;

function TWideStringHelper.IndexOf(

  AValue: WideChar;

  StartIndex: SizeInt

):SizeInt; overload;

function TWideStringHelper.IndexOf(

  const AValue: WideString;

  StartIndex: SizeInt

):SizeInt; overload;

function TWideStringHelper.IndexOf(

  AValue: WideChar;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TWideStringHelper.IndexOf(

  const AValue: WideString;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;


Documentation generated on: Jul 24 2023