Table of Contents

TTMSFNCWidgetProgress.OnBeforeDrawCenterPositionText Event

Occurs before center value text is drawn.

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

Syntax

OnBeforeDrawCenterPositionText: TTMSFNCWidgetProgressBeforeDrawCenterPositionTextEvent;

Parameters

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