TTMSFNCPassLock.OnAfterDrawButton Event
Occurs after a button is drawn.
API unit family: TMSFNCPassLock
Declaring type: TTMSFNCPassLock
Inherited from: TTMSFNCCustomPassLock
Syntax
OnAfterDrawButton: TTMSFNCPassLockAfterDrawButtonEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that triggered the event. |
AGraphics |
The graphics context used for drawing. |
ARect |
The button drawing rectangle. |
AButtonShape |
The shape used for the button. |
AValue |
The button value that was drawn. |