JVCL Help:TJvTFScheduleManager.ReleaseSchedule@TJvTFComponent@string@TDate
JVCL Help: TJvTFScheduleManager.ReleaseSchedule Method (TJvTFComponent, string, TDate)
Search in JVCL Help
Search in all projectsSummary
Signals that a component or control no longer needs a schedule.
Pascal
procedureReleaseSchedule(ApptCtrl: TJvTFControl; constSchedName: string; SchedDate: TDate); overload;
procedureReleaseSchedule(Comp: TJvTFComponent; constSchedName: string; SchedDate: TDate); overload;
Parameters
Parameters | Description |
ApptCtrl: TJvTFControl | The control in question. |
const SchedName: string | Name of the schedule. |
SchedDate: TDate | Date of the schedule. |
Comp: TJvTFComponent | The component in question. |
Description
The ReleaseSchedule method signals the server that the control specified by ApptCtrl (or component specified by Comp) no longer needs access to the schedule with name=SchedName and date=SchedDate.
If the schedule is not used by any other JvTFComponents or JvTFControls, the server will cache the schedule object.
You normally will not use this method. A JvTFComponent or Control will automatically call this method when a schedule is no longer needed.
Use the RequestSchedule method to request a schedule object for use by a JvTFComponent or Control.
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