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

TUnicodeStringHelper.IndexOfAnyUnquoted

Declaration

Source position: syshelph.inc line 443

public function TUnicodeStringHelper.IndexOfAnyUnquoted(

  const AnyOf: array of UnicodeChar;

  StartQuote: UnicodeChar;

  EndQuote: UnicodeChar

):SizeInt; overload;

function TUnicodeStringHelper.IndexOfAnyUnquoted(

  const AnyOf: array of UnicodeChar;

  StartQuote: UnicodeChar;

  EndQuote: UnicodeChar;

  StartIndex: SizeInt

):SizeInt; overload;

function TUnicodeStringHelper.IndexOfAnyUnquoted(

  const AnyOf: array of UnicodeChar;

  StartQuote: UnicodeChar;

  EndQuote: UnicodeChar;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TUnicodeStringHelper.IndexOfAnyUnquoted(

  const AnyOf: array of UnicodeString;

  StartQuote: UnicodeChar;

  EndQuote: UnicodeChar;

  StartIndex: SizeInt;

  out Matched: SizeInt

):SizeInt; overload;


Documentation generated on: Jul 24 2023