JVCL Help:TJvTFSched.ApptByID

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

 functionApptByID(constID: string): TJvTFAppt;


Parameters

Parameters Description
const ID: string Identifier of the appointment to find.


Return Value

Returns an appointment object or nil if an appointment could not be found.


Description

This will return an appointment object with the given ID. If an appointment with the given ID is not found in the schedule, it will return nil.


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