[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides indexed access to the list of values for the specified row number.
Source position: grids.pas line 1796
public property TCustomStringGrid.Rows[index: Integer] : TStrings |
Rows is an indexed TStrings property which provides access to the list with the String values for the row number specified in Index. Calls MapGetColsRows to retrieve the TStrings instance used as the value for the property.
lazarus-ccr.sourceforge.net |