JVCL Help:TJvTFControl
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFControl Class
[+] JvTFManager.pas Classes
[+] TJvTFControl Fields
[+] TJvTFControl Methods
[+] TJvTFControl Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvTFControl
TJvTFCustomGlance
TJvTFDays
TJvTFGantt
run\JvTFManager.pas
Summary
Base class of all JTF controls.
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.
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