TTMSFNCDataGrid.OnBeforeDrawFooter Event
Occurs before the grid footer is drawn.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
OnBeforeDrawFooter: TTMSFNCDataGridBeforeDrawFooterEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Grid that fired the event. |
AGraphics |
Graphics context used for drawing. |
ARect |
Footer area rectangle. |
ACanDraw |
Set to False to suppress default drawing. |