TTMSFNCPassLock.OnAfterDrawEntry Event
Occurs after an entry indicator is drawn.
API unit family: TMSFNCPassLock
Declaring type: TTMSFNCPassLock
Inherited from: TTMSFNCCustomPassLock
Syntax
OnAfterDrawEntry: TTMSFNCPassLockAfterDrawEntryEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that triggered the event. |
AGraphics |
The graphics context used for drawing. |
ARect |
The entry indicator drawing rectangle. |
AChecked |
Indicates whether the entry indicator represents an entered value. |