Unit 'TextStrings' Package
[Overview][Types][Classes][Index] [#lazutils]

TTextStrings.IndexOf

Gets the ordinal position for the specified String value.

Declaration

Source position: textstrings.pas line 91

public function TTextStrings.IndexOf(

  const S: string

):Integer; override;

Arguments

S

  

Value to locate in the method.

Function result

Ordinal position for the requested value.

See also

TStrings.IndexOf


Version 4.4 Generated 2025-11-08 Home