JVCL Help:TJvTFControl.ReleaseSchedule
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFControl.ReleaseSchedule Method
[+] TJvTFControl Fields
[+] TJvTFControl Methods
[+] TJvTFControl Properties
Search in JVCL Help
Search in all projectsSummary
Releases a schedule.
Pascal
procedureReleaseSchedule(constSchedName: string; SchedDate: TDate); virtual;
Parameters
Parameters | Description |
const SchedName: string | Name of schedule to release. |
SchedDate: TDate | Date where schedule occurs. |
Description
Releases a schedule with SchedName on SchedDate. This signals the server that the schedule will no longer be needed by the control. This method is here strictly for convenience since it simply calls TJvTFScheduleManager.ReleaseSchedule.
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