JVCL Help:TJvTFScheduleManager.FindAppt
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFScheduleManager.FindAppt Method
[+] TJvTFScheduleManager Events
[+] TJvTFScheduleManager Fields
[+] TJvTFScheduleManager Methods
[+] TJvTFScheduleManager Properties
Search in JVCL Help
Search in all projectsSummary
Searches for an appointment.
Pascal
functionFindAppt(constID: string): TJvTFAppt;
Parameters
Parameters | Description |
const ID: string | The ID to search for. |
Return Value
The found appointment or nil if not found.
Description
FindAppt searches the Appts array and return the appointment object that has the given ID. If no appointment is found for the given ID, FindAppt will return nil.
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