JVCL Help:TJvDockTree

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IJvDockManager
TJvDockTree
TJvDockAdvTree
TJvDockDelphiTree
run\JvDockTree.pas


Summary

Internal base class used by JvDocking. Not directly created by users of JvDocking components.

run\JvDockTree.pas


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.

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