| BitmapContainer |
Optional bitmap container used to resolve named bitmaps referenced by BitmapName. (inherited from TTMSFNCDataGridCell) |
| Bottom |
Bottom edge of the cell rectangle in canvas coordinates. (inherited from TTMSFNCDataGridCell) |
| Checked |
Current checked state of the embedded checkbox or radio-button control. When True, the control is checked; when False, it is unchecked. (inherited from TTMSFNCDataGridCheckedCell) |
| ClipRect |
Clipping rectangle applied during drawing; typically the visible viewport intersection. (inherited from TTMSFNCDataGridCell) |
| Column |
Zero-based column index of this cell in the grid. (inherited from TTMSFNCDataGridCell) |
| Comment |
Comment text shown in the tooltip and as the comment indicator when CommentIndicator is True. (inherited from TTMSFNCDataGridCell) |
| CommentIndicator |
When True a small triangle is drawn in the cell corner to indicate the presence of a Comment; defaults to False. (inherited from TTMSFNCDataGridCell) |
| CommentIndicatorColor |
Colour of the comment indicator triangle; defaults to gcOrange. (inherited from TTMSFNCDataGridCell) |
| CommentIndicatorRect |
Bounding rectangle of the comment indicator triangle within the cell. (inherited from TTMSFNCDataGridCell) |
| Control |
The live embedded VCL/FMX control displayed inside the cell, if any. (inherited from TTMSFNCDataGridCell) |
| ControlAlign |
Docking mode for the embedded control; defaults to gcaNone. (inherited from TTMSFNCDataGridCell) |
| ControlClipping |
When True the embedded control is clipped to the cell bounds; defaults to True. (inherited from TTMSFNCDataGridCell) |
| ControlMargins |
Margins applied around the embedded control within the cell content area. (inherited from TTMSFNCDataGridCell) |
| ControlPosition |
Nine-point placement position for the embedded control when ControlAlign is gcaNone; defaults to gcpCenterRight. (inherited from TTMSFNCDataGridCell) |
| ControlRect |
Computed rectangle occupied by the embedded control within the cell. (inherited from TTMSFNCDataGridCell) |
| Coordinate |
Column/row coordinate of this cell expressed as a TTMSFNCDataGridCellCoord record. (inherited from TTMSFNCDataGridCell) |
| Data |
The cell data item providing Value, DisplayValue, and extended metadata. (inherited from TTMSFNCDataGridCell) |
| DrawElements |
Set of draw elements painted during the next Draw call; defaults to FullElements. (inherited from TTMSFNCDataGridCell) |
| FilterButton |
When True an inline filter button is drawn in the cell; defaults to False. (inherited from TTMSFNCDataGridCell) |
| FilterButtonRect |
Bounding rectangle of the filter button glyph within the cell. (inherited from TTMSFNCDataGridCell) |
| Height |
Height of the cell rectangle in logical pixels. (inherited from TTMSFNCDataGridCell) |
| IsExporting |
True while the grid is performing an export render pass; False during normal display. (inherited from TTMSFNCDataGridCell) |
| Kind |
Structural kind of this cell (data, fixed header, frozen pane, etc.). (inherited from TTMSFNCDataGridCell) |
| Layout |
Appearance layout controlling fill, font, borders, and text style for this cell. (inherited from TTMSFNCDataGridCell) |
| Left |
Left edge of the cell rectangle in canvas coordinates. (inherited from TTMSFNCDataGridCell) |
| RadioButton |
The TRadioButton control rendered inside this cell. (inherited from TTMSFNCDataGridRadioButtonCell) |
| Rect |
Bounding rectangle of the cell in canvas coordinates. (inherited from TTMSFNCDataGridCell) |
| Right |
Right edge of the cell rectangle in canvas coordinates. (inherited from TTMSFNCDataGridCell) |
| Row |
Zero-based row index of this cell in the grid. (inherited from TTMSFNCDataGridCell) |
| Scale |
Display scale factor (DPI scaling) applied when rendering this cell. (inherited from TTMSFNCDataGridCell) |
| SortIndicator |
Sort-direction glyph shown in fixed header cells; defaults to gsiNone. (inherited from TTMSFNCDataGridCell) |
| SortIndicatorRect |
Bounding rectangle of the sort indicator glyph within the cell. (inherited from TTMSFNCDataGridCell) |
| Text |
The text string rendered in this cell, derived from DisplayValue or the formatted Value. (inherited from TTMSFNCDataGridCell) |
| TextRect |
Computed rectangle available for text rendering after reserving space for the control, sort indicator, and filter button. (inherited from TTMSFNCDataGridCell) |
| Top |
Top edge of the cell rectangle in canvas coordinates. (inherited from TTMSFNCDataGridCell) |
| Width |
Width of the cell rectangle in logical pixels. (inherited from TTMSFNCDataGridCell) |