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

TShortStringHelper.IndexOfAnyUnquoted

Declaration

Source position: syshelph.inc line 585

public function TShortStringHelper.IndexOfAnyUnquoted(

  const AnyOf: array of AnsiChar;

  StartQuote: AnsiChar;

  EndQuote: AnsiChar

):SizeInt; overload;

function TShortStringHelper.IndexOfAnyUnquoted(

  const AnyOf: array of AnsiChar;

  StartQuote: AnsiChar;

  EndQuote: AnsiChar;

  StartIndex: SizeInt

):SizeInt; overload;

function TShortStringHelper.IndexOfAnyUnquoted(

  const AnyOf: array of AnsiChar;

  StartQuote: AnsiChar;

  EndQuote: AnsiChar;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TShortStringHelper.IndexOfAnyUnquoted(

  const AnyOf: array of ShortString;

  StartQuote: AnsiChar;

  EndQuote: AnsiChar;

  StartIndex: SizeInt;

  out Matched: SizeInt

):SizeInt; overload;


Documentation generated on: Jul 24 2023