TTMSFNCDataGridRenderer.OnAfterDrawCell Event
Fired after a cell has been drawn. Use the graphics context to add custom overlays.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnAfterDrawCell: TTMSFNCDataGridAfterDrawCellEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
AGraphics |
Graphics context used for drawing. |
ACell |
Cell object that was drawn. |