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

TShortStringHelper.IndexOfAny

Declaration

Source position: syshelph.inc line 578

public function TShortStringHelper.IndexOfAny(

  const AnyOf: array of AnsiChar

):SizeInt; overload;

function TShortStringHelper.IndexOfAny(

  const AnyOf: array of AnsiChar;

  StartIndex: SizeInt

):SizeInt; overload;

function TShortStringHelper.IndexOfAny(

  const AnyOf: array of AnsiChar;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TShortStringHelper.IndexOfAny(

  const AnyOf: array of ShortString

):SizeInt; overload;

function TShortStringHelper.IndexOfAny(

  const AnyOf: array of ShortString;

  StartIndex: SizeInt

):SizeInt; overload;

function TShortStringHelper.IndexOfAny(

  const AnyOf: array of ShortString;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TShortStringHelper.IndexOfAny(

  const AnyOf: array of ShortString;

  StartIndex: SizeInt;

  ACount: SizeInt;

  out AMatch: SizeInt

):SizeInt; overload;


Documentation generated on: Jul 24 2023