JVCL Help:TJvTFScheduleManager.FindSchedule
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFScheduleManager.FindSchedule Method
[+] TJvTFScheduleManager Events
[+] TJvTFScheduleManager Fields
[+] TJvTFScheduleManager Methods
[+] TJvTFScheduleManager Properties
Search in JVCL Help
Search in all projectsSummary
Searches for a schedule.
Pascal
functionFindSchedule(constSchedName: string; SchedDate: TDate): TJvTFSched;
Parameters
Parameters | Description |
const SchedName: string | Name of schedule to find. |
SchedDate: TDate | Date of schedule to find. |
Return Value
The found schedule or nil if not found.
Description
FindSchedule searches the Schedules list and return a schedule object that has the given SchedName and SchedDate. If a match is not found, FindSchedule will return nil.
See Also
TJvTFScheduleManager.Schedules
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