JVCL Help:TJvDockTree
JVCL Help: TJvDockTree Class
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvDockManager
TJvDockTree
TJvDockAdvTree
TJvDockDelphiTree
run\JvDockTree.pas
Summary
Internal base class used by JvDocking. Not directly created by users of JvDocking components.
Pascal
run\JvDockTree.pas
TJvDockTree = class(TInterfacedObject, IJvDockManager);
Description
This is a base class, not intended to be used, but rather to inherit from. TJvDockTree implements only a basic starting set of docking tree management behaviors. This object is used to track the tree structure of controls which are docked inside each other. For each style of docking, a subclass of TJvDockTree is creat , and certain important virtual methods are overloaded, in order to change details of docked-window-painting, dragging and dropping, and other important aspects of your currently selected docking style.
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