Table of Contents

TTMSFNCDataGridBeforeDrawFooterEvent Event Type

Fired before the footer area is drawn. Set ACanDraw to 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 footer area.
ACanDraw Set to False to suppress the default footer rendering and paint entirely in this handler.