TTMSFNCDataGridRenderer.OnGetCellControlExtraProperties Event
Fired to supply extra string properties for a cell's embedded control.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnGetCellControlExtraProperties: TTMSFNCDataGridGetCellControlExtraPropertiesEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
AColumn |
Zero-based column index of the cell. |
ARow |
Zero-based row index of the cell. |
AControl |
Embedded control requesting extra properties. |
AExtraProperties |
Additional property names to expose for the control. |