TTMSFNCDatePicker.OnAfterDrawContentText Event
Occurs after the picker content text is drawn.
API unit family: TMSFNCDatePicker
Declaring type: TTMSFNCDatePicker
Inherited from: TTMSFNCCustomDatePicker
Syntax
OnAfterDrawContentText: TTMSFNCCustomDatePickerAfterDrawContentTextEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
AGraphics |
Graphics context used for drawing. |
ARect |
Bounds of the text area. |
AText |
Text that was drawn. |