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

TCustomStringGrid.Rows

Provides indexed access to the list of values for the specified row number.

Declaration

Source position: grids.pas line 1796

public property TCustomStringGrid.Rows[index: Integer] : TStrings
  read GetRows
  write SetRows;

Description

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.