JVCL Help:TJvDockZone

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvDockZone
TJvDockAdvZone
TJvDockDelphiZone
run\JvDockTree.pas


Summary

Every item in a TJvDockTree is called a TJvDockZone, so you could thing of TJvDockZone as being really TJvDockTreeItem

run\JvDockTree.pas


Pascal

 run\JvDockTree.pas
 TJvDockZone = class(TObject);


Description

This is a base class from which you derive a subclass for each docking style that is defined.
A Zone is really a tree node in a TJvDockTree which contains the current state of the docking manager's docking tree. A dock zone is a reference to a visible Control (TWinControl). Typically in JvDocking each Zone is really a reference to a docked form. Your application forms which are docked or floating somewhere, are located in the JvDockTree which contains somewhere one of these objects (a zone is a tree item object) which contains reference to your form, but cast as a TWinControl.

run\JvDockTree.pas


About

Navigation

run\JvDockTree.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