JVCL Help:TJvTFComponent.ReleaseSchedule

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

Search in JVCL Help

 
Search in all projects
 

Summary

Releases a schedule.


Pascal

 procedureReleaseSchedule(constSchedName: string; SchedDate: TDate); virtual;


Parameters

Parameters Description
const SchedName: string Name of the schedule to release.
SchedDate: TDate Date where the schedule appears.


Description

Releases a schedule with SchedName on SchedDate. This signals the server that the schedule will no longer be needed by the component. This method is here strictly for convenience since it simply calls TJvTFScheduleManager.ReleaseSchedule.


See Also

TJvTFComponent.ReleaseSchedules


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