JVCL Help:TJvCustomMonthCalendar.DoDateSelect

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

Search in JVCL Help

 
Search in all projects
 

Summary

Generates an OnSelect event.


Pascal

 procedureDoDateSelect(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

DoDateSelect will generate an OnSelect event. DoDateSelect is called each time the user selects a date. If an OnSelect event handler has been assigned it will be triggered.


See Also

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