JVCL Help:TJvTFComponent

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTFComponent
TJvTFAlarm
TJvTFPrinter
run\JvTFManager.pas


Summary

Base class of all JvTFComponents.

run\JvTFManager.pas


Pascal

 run\JvTFManager.pas
 TJvTFComponent = class(TJvComponent);


Description

This class manages most of the communication that takes place between a JvTFComponent and its server.
You should never create an instance of TJvTFComponent, but rather derive a new component from the TJvTFComponent 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