Table of Contents

TTMSFNCTileList.OnBeforeDraw Event

Occurs before the control is drawn and allows default drawing to be suppressed.

API unit family: TMSFNCTileList Declaring type: TTMSFNCTileList Inherited from: TTMSFNCCustomTileList

Syntax

OnBeforeDraw: TTMSFNCTileListBeforeDrawEvent;

Parameters

Name Description
Sender Object that triggered the event.
AGraphics Graphics context used for drawing.
ARect Bounds of the control.
ADefaultDraw Set to False to skip default drawing.