FMX.Grid.TStringGrid.RowCount
Delphi
property RowCount: Integer read FRowCount write SetRowCount;
C++
__property RowCount;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TStringGrid |
Description
Specifies the number of rows in the grid. {{#multireplace:FMX.Grid.TStringGrid.RowCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Grid.TCustomGrid.RowCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Grid.TCustomGrid.RowCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Specifies the number of rows in the grid.
The value of RowCount includes the scrollable rows in the grid, but not the fixed row with the headers.
- Read RowCount to determine the number of rows in the grid.
- Set RowCount to add or delete rows at the bottom of the grid.