Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TStringGridStrings.Get

Gets the string at the specified index position.

Declaration

Source position: grids.pas line 1703

protected function TStringGridStrings.Get(

  Index: Integer

):string; override;

Arguments

Index

  

Ordinal position for the string.

Function result

String value at the specified position.

See also

TStrings.Strings