JVCL Help:TJvMonthCalSelEvent

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Type for event handlers that respond to changes of the selection in a TJvCustomMonthCalendar descendant.

run\JvCalendar.pas


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.

run\JvCalendar.pas


Description

Use TJvMonthCalSelEvent to respond to changes in the selection in a TJvCustomMonthCalendar descendant.

run\JvCalendar.pas


See Also

TJvCustomMonthCalendar.OnSelChange, TJvCustomMonthCalendar.OnSelect

run\JvCalendar.pas


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