JVCL Help:TJvTFControl

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTFControl
TJvTFCustomGlance
TJvTFDays
TJvTFGantt
run\JvTFManager.pas


Summary

Base class of all JTF controls.

run\JvTFManager.pas


Pascal

 run\JvTFManager.pas
 TJvTFControl = class(TJvCustomControl);


Description

This class manages most of the communication that takes place between a JTF control and its server. You should never create an instance of TJvTFControl, but rather derive a new control from the TJvTFControl class and override methods as necessary.
All non-visual components that need to connect to the server should be derived from TJvTFComponent. Any visual control that needs to connect to the server should be derived from TJvTFControl.

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