TTMSFNCDataGridRenderer.OnGetCellClass Event
Fired for each cell to let the application supply a custom cell class.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnGetCellClass: TTMSFNCDataGridGetCellClassEvent;
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. |
ACellClass |
Cell class to instantiate for the cell. |