TTMSFNCDataGridCellDrawElement Enumeration
Set members that control which visual parts of a cell are painted during a render pass.
API unit family: TMSFNCDataGridCell
Remarks
gcdFill = background fill; gcdStroke = border lines; gcdText = cell text; gcdControl = embedded control bitmap; gcdNodeIcon = tree expand/collapse icon; gcdSortIndicator = sort-direction glyph; gcdFilterButton = inline filter button; gcdCommentIndicator = small corner triangle indicating a comment. Use the FullElements, EditingElements, or ExportElements constants for predefined combinations.
Members
| Name | Description |
|---|---|
gcdFill |
The background fill of the cell. |
gcdStroke |
The border stroke drawn around the cell edges. |
gcdText |
The cell text content. |
gcdControl |
The cached bitmap of the embedded control (checkbox, button, progress bar, etc.). |
gcdNodeIcon |
The expand/collapse icon for tree-node rows. |
gcdSortIndicator |
The sort-direction glyph shown in fixed header cells. |
gcdFilterButton |
The inline filter drop-down button shown in filter-enabled header cells. |
gcdCommentIndicator |
The small corner triangle that indicates a cell comment is present. |