TTMSFNCDataGridData.OnGetCellDataProperties Event
Fired to customise per-cell item properties (type, layout, state) dynamically.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
OnGetCellDataProperties: TTMSFNCDataGridDataGetCellDataPropertiesEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Data object that fired the event. |
ACell |
Cell coordinate whose data item is being customized. |
ACellItem |
Cell data item whose properties can be adjusted. |