[Overview][Types][Classes][Index] Reference for unit 'TextStrings' (#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.0 Generated 2025-05-03 Home