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

TAnsiStringHelper.IndexOf

Declaration

Source position: syshelph.inc line 120

public function TAnsiStringHelper.IndexOf(

  AValue: AnsiChar

):SizeInt; overload;

function TAnsiStringHelper.IndexOf(

  const AValue: AnsiString

):SizeInt; overload;

function TAnsiStringHelper.IndexOf(

  AValue: AnsiChar;

  StartIndex: SizeInt

):SizeInt; overload;

function TAnsiStringHelper.IndexOf(

  const AValue: AnsiString;

  StartIndex: SizeInt

):SizeInt; overload;

function TAnsiStringHelper.IndexOf(

  AValue: AnsiChar;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TAnsiStringHelper.IndexOf(

  const AValue: AnsiString;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;


Documentation generated on: Jul 24 2023