TTMSFNCDataGridRowViewMode Enumeration
Controls whether
RowCountreflects the total allocated rows or only the rows visible in the control's viewport.
API unit family: TMSFNCDataGridCore
Members
| Name | Description |
|---|---|
grvmTotalRows |
RowCount returns the total number of allocated rows, including those scrolled out of view. |
grvmControl |
RowCount returns only the number of rows currently visible inside the control's viewport. |