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

TShortStringHelper.IndexOf

Declaration

Source position: syshelph.inc line 571

public function TShortStringHelper.IndexOf(

  AValue: AnsiChar

):SizeInt; overload;

function TShortStringHelper.IndexOf(

  const AValue: ShortString

):SizeInt; overload;

function TShortStringHelper.IndexOf(

  AValue: AnsiChar;

  StartIndex: SizeInt

):SizeInt; overload;

function TShortStringHelper.IndexOf(

  const AValue: ShortString;

  StartIndex: SizeInt

):SizeInt; overload;

function TShortStringHelper.IndexOf(

  AValue: AnsiChar;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TShortStringHelper.IndexOf(

  const AValue: ShortString;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;


Documentation generated on: Jul 24 2023