[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Signals the OnDateRangeCheck event handler (when assigned).
Source position: editbtn.pas line 631
protected procedure TDateEdit.DoDateRangeCheck( |
var ADate: TDateTime |
); |
ADate |
|
Date value for the event notification. |
DoDateRangeCheck is called when a date value is validated and range checked for its lower and upper limits. It is called prior to validation of the date value, and allows the OnDateRangeCheck event handler to perform any actions needed for the control. DoDateRangeCheck occurs when a new value is assigned to either the MinDate or MaxDate property, and when ButtonClick is called to display the pop-up calendar dialog for the control.
|
Contains the TDateTime value for the control. |
|
|
Smallest date value allowed in the date edit control. |
|
|
Largest date value allowed in the date edit control. |
|
|
Displays a pop-up calendar dialog when the Button for the grouped edit control is clicked. |
|
|
Event handler signalled prior to validating and range checking a date value. |
Version 4.0 | Generated 2025-05-03 | Home |