JVCL Help:TJvMonthCalSelEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMonthCalSelEvent type
[+] JvCalendar.pas Types
Search in JVCL Help
Search in all projectsSummary
Type for event handlers that respond to changes of the selection in a TJvCustomMonthCalendar descendant.
Pascal
run\JvCalendar.pas
TJvMonthCalSelEvent = procedure (Sender: TObject; StartDate, EndDate: TDateTime) ofobject;
Parameters
Parameters | Description |
Sender | Reference to the object generating the event. Usually this will be a TJvCustomMonthCalendar descendant. |
StartDate | Starting date of the selection. |
EndDate | Ending date of the selection. |
Description
Use TJvMonthCalSelEvent to respond to changes in the selection in a TJvCustomMonthCalendar descendant.
See Also
TJvCustomMonthCalendar.OnSelChange, TJvCustomMonthCalendar.OnSelect
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