JVCL Help:TJvTFScheduleManager.FindAppt

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvTFScheduleManager.Appts


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