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

TWideStringHelper.IndexOfAny

Declaration

Source position: syshelph.inc line 294

public function TWideStringHelper.IndexOfAny(

  const AnyOf: array of WideChar

):SizeInt; overload;

function TWideStringHelper.IndexOfAny(

  const AnyOf: array of WideChar;

  StartIndex: SizeInt

):SizeInt; overload;

function TWideStringHelper.IndexOfAny(

  const AnyOf: array of WideChar;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TWideStringHelper.IndexOfAny(

  const AnyOf: array of WideString

):SizeInt; overload;

function TWideStringHelper.IndexOfAny(

  const AnyOf: array of WideString;

  StartIndex: SizeInt

):SizeInt; overload;

function TWideStringHelper.IndexOfAny(

  const AnyOf: array of WideString;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TWideStringHelper.IndexOfAny(

  const AnyOf: array of WideString;

  StartIndex: SizeInt;

  ACount: SizeInt;

  out AMatch: SizeInt

):SizeInt; overload;


Documentation generated on: Jul 24 2023