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

TUnicodeStringHelper.IndexOf

Declaration

Source position: syshelph.inc line 429

public function TUnicodeStringHelper.IndexOf(

  AValue: UnicodeChar

):SizeInt; overload;

function TUnicodeStringHelper.IndexOf(

  const AValue: UnicodeString

):SizeInt; overload;

function TUnicodeStringHelper.IndexOf(

  AValue: UnicodeChar;

  StartIndex: SizeInt

):SizeInt; overload;

function TUnicodeStringHelper.IndexOf(

  const AValue: UnicodeString;

  StartIndex: SizeInt

):SizeInt; overload;

function TUnicodeStringHelper.IndexOf(

  AValue: UnicodeChar;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TUnicodeStringHelper.IndexOf(

  const AValue: UnicodeString;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;


Documentation generated on: Jul 24 2023