Declaration: |
TDataTable.NrOfRows: integer; |
The property NrOfRows specifies the number of rows of the data table.
|
Hint: |
Increasing the number of rows preserves all information in the table, while decreasing its number of rows destroys the information contained in the removed (bottom) rows. |
|