JVCL Help:TJvTFControl.ReleaseSchedules
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFControl.ReleaseSchedules Method
[+] TJvTFControl Fields
[+] TJvTFControl Methods
[+] TJvTFControl Properties
Search in JVCL Help
Search in all projectsSummary
Releases all schedules.
Pascal
procedureReleaseSchedules;
Description
Release all of the schedules found in the control's Schedules list with one call. The call is equivalent to: whileScheduleCount > 0 do
ReleaseSchedule(Schedules[0].SchedName, Schedules[0].SchedDate);
See Also
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