JVCL Help:TJvTFComponent.ReleaseSchedules

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

Search in JVCL Help

 
Search in all projects
 

Summary

Releases all schedules.


Pascal

 procedureReleaseSchedules;


Description

Release all of the schedules found in the component's Schedules list with one call. The call is equivalent to: whileScheduleCount > 0 do

ReleaseSchedule(Schedules[0].SchedName, Schedules[0].SchedDate); 


See Also

TJvTFComponent.ReleaseSchedule


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