JVCL Help:TJvCustomMonthCalendar.DoDateSelChange
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomMonthCalendar.DoDateSelChange Method
[+] TJvCustomMonthCalendar Events
[+] TJvCustomMonthCalendar Methods
[+] TJvCustomMonthCalendar Properties
Search in JVCL Help
Search in all projectsSummary
Generates an OnSelChange event.
Pascal
procedureDoDateSelChange(StartDate: TDateTime; EndDate: TDateTime); virtual;
Parameters
Parameters | Description |
StartDate: TDateTime | The start date of the selection |
EndDate: TDateTime | The end date of the selection |
Description
DoDateChange will generate an OnSelChange event. DoDateChange is called each time the user changes the month calendar (selecting, scrolling, etc). If an OnSelChange event handler has been assigned it will be triggered.
See Also
TJvCustomMonthCalendar.OnSelChange
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page