TTMSFNCDatePicker.OnValidate Event
Occurs when the edit text is converted to a date value.
API unit family: TMSFNCDatePicker
Declaring type: TTMSFNCDatePicker
Inherited from: TTMSFNCCustomDatePicker
Syntax
OnValidate: TTMSFNCCustomDatePickerValidateEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
AEditText |
Text entered in the picker edit field. |
ADate |
Date value parsed from the edit text. |
ADefault |
Set to False to replace the default validation result. |