FMX.Grid.TGridValues Properties
InheritedProtected
| Cells | protected | Values of the cells of the grid, accessible by their grid coordinates (combination of column number and row number). |
| Count | public | Number of entries. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Items | public | Indexable list of all dictionary entries. |
| Keys | public | Indexable list of all dictionary keys. |
| Owner | public | Grid model that owns this object. |
| Values | public | Indexable list of all dictionary values. |