TTMSFNCDataGridIconSetSettings Class
Icon-set configuration used by a
grtIconSetrule, painted as a cell overlay.
API unit family: TMSFNCDataGridConditionalFormatting
Inherits from: TPersistent
Syntax
TTMSFNCDataGridIconSetSettings = class(TPersistent)
Remarks
Owned by TTMSFNCDataGridFormatRuleItem.IconSet. Raises OnChange whenever a setting changes so the owning rule can invalidate its cells.
Properties
| Name | Description |
|---|---|
| Kind | The predefined icon family to draw. Default is gisArrows3. |
| Reverse | When True, the icon-to-threshold mapping is reversed. Default is False. |
| ShowValue | When True, the cell's text value is drawn alongside the icon. Default is True. |
Events
| Name | Description |
|---|---|
| OnChange | Occurs after any published setting changes. |