JVCL Help:TJvTFSched

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTFSched
run\JvTFManager.pas


Summary

Class that represents a schedule.

run\JvTFManager.pas


Pascal

 run\JvTFManager.pas
 TJvTFSched = class(TObject);


Description

A TJvTFSched object represents a schedule (a schedule name and date). The server completely maintains its schedule objects so you shouldn't have to worry about their creation, destruction, or the relationships with other objects. Although a schedule object does not physically contain appointments (that's the server's job), it does logically group the appointments. That is its main function. Because of this, you can use a schedule object to retrieve a list of the appointments that are logically "contained" by the schedule, operate on the appointments, and add or remove appointments at the schedule level. You can also retrieve basic information about the schedule, such as its name and date.

run\JvTFManager.pas


About

Navigation

run\JvTFManager.pas



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