JVCL Help:TJvTFScheduleManager

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTFScheduleManager
run\JvTFManager.pas


Summary

Manages multiple schedules, appointments and associated controls and components.

run\JvTFManager.pas


Pascal

 run\JvTFManager.pas
 TJvTFScheduleManager = class(TComponent);


Description

  1. JVCLInfo

The TJvTFScheduleManager component is the heart of the JTF suite. It provides a centralized source of data for multiple JTF Controls. It stores schedule and appointment objects and manages all relationships between them. The server provides many methods and events to its connected controls, embedded schedule and appointment objects, and you that allow objec s, relationships, and communication to take place without the caller needing to worry about the low-level details and implications of the action.
You use the server to implement several things. These include reading/writing data to/from disk, adding new appointments, setting caching options, and so on.
All JTF Controls will communicate with the server. The controls tell the server when to load, unload, and change schedule and appointment data and the server executes those commands.

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