TTMSFNCPassLock.OnAfterDrawButtonValue Event
Occurs after a button value is drawn.
API unit family: TMSFNCPassLock
Declaring type: TTMSFNCPassLock
Inherited from: TTMSFNCCustomPassLock
Syntax
OnAfterDrawButtonValue: TTMSFNCPassLockAfterDrawButtonValueEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that triggered the event. |
AGraphics |
The graphics context used for drawing. |
ARect |
The value drawing rectangle. |
AValue |
The button value that was drawn. |
AHorizontalTextAlign |
The horizontal text alignment used for drawing. |
AVerticalTextAlign |
The vertical text alignment used for drawing. |
AWordWrap |
Indicates whether word wrapping was enabled for the value text. |