JVCL Help:TJvTFControl.RetrieveSchedule
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFControl.RetrieveSchedule Method
[+] TJvTFControl Fields
[+] TJvTFControl Methods
[+] TJvTFControl Properties
Search in JVCL Help
Search in all projectsSummary
Retrieves a schedule.
Pascal
functionRetrieveSchedule(constSchedName: string; SchedDate: TDate): TJvTFSched;
Parameters
Parameters | Description |
const SchedName: string | Name of schedule to find. |
SchedDate: TDate | Date where schedule occurs. |
Return Value
Returns the matching schedule. If a match is not found an EJvTFScheduleManagerError will be raised.
Description
This method will search for schedule with SchedName on SchedDate in the control's Schedules list.
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