TTMSFNCDataGridBeforeDrawHeaderEvent Event Type
Fired before the column-header area is drawn. Set
ACanDrawto False to suppress the default rendering.
API unit family: TMSFNCDataGrid
Parameters
| Name | Description |
|---|---|
Sender |
Grid that fired the event. |
AGraphics |
Graphics context to use for custom painting when ACanDraw is set to False. |
ARect |
Bounding rectangle of the header area. |
ACanDraw |
Set to False to suppress the default header rendering and paint entirely in this handler. |