TTMSFNCPassLock.OnBeforeDrawEntry Event
Occurs before an entry indicator is drawn.
API unit family: TMSFNCPassLock
Declaring type: TTMSFNCPassLock
Inherited from: TTMSFNCCustomPassLock
Syntax
OnBeforeDrawEntry: TTMSFNCPassLockBeforeDrawEntryEvent;
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. |
AAllow |
Set to False to skip drawing the entry indicator. |
ADefaultDraw |
Set to False to replace the default entry indicator drawing. |