Table of Contents

TTMSFNCWidgetProgress.OnBeforeDrawCaptionText Event

Occurs before caption text is drawn.

API unit family: TMSFNCWidgetProgress Declaring type: TTMSFNCWidgetProgress Inherited from: TTMSFNCWidgetProgressCustom

Syntax

OnBeforeDrawCaptionText: TTMSFNCWidgetProgressBeforeDrawCaptionTextEvent;

Parameters

Name Description
Sender Widget raising the event.
AGraphics Graphics context used for drawing.
ARect Bounds reserved for the caption text.
AText Caption text that will be drawn.
AAllow Set to False to suppress caption drawing.