JVCL Help:TJvDockZone
JVCL Help: TJvDockZone Class
Search in JVCL Help
Search in all projectsClass 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
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.
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