API:Vcl.CaptionedDockTree.TCaptionedDockTree

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TDockTreeSystem.TInterfacedObjectSystem.TObjectTCaptionedDockTree

Delphi

TCaptionedDockTree = class(TDockTree)

C++

class PASCALIMPLEMENTATION TCaptionedDockTree : public Vcl::Controls::TDockTree

Properties

Type Visibility Source Unit Parent
class public
Vcl.CaptionedDockTree.pas
Vcl.CaptionedDockTree.hpp
Vcl.CaptionedDockTree Vcl.CaptionedDockTree

Description

TDockTree is the default docking manager for TWinControl.

Vcl.CaptionedDockTree.TCaptionedDockTree inherits from Vcl.Controls.TDockTree. All content below this line refers to Vcl.Controls.TDockTree.

TDockTree is the default docking manager for TWinControl.

TDockTree handles the tasks of inserting and removing controls when they are docked to or undocked from a windowed control, including details such as positioning controls and any painting that is associated with docking operations. TDockTree implements the type of docking zones that appear in the IDE, with splitters that let users resize the docking zones, and grab regions where users must click to start an undock operation.

If an application does not explicitly assign a value to a windowed control's DockManager property, then the windowed control uses TDockTree to handle docking operations (if the UseDockManager property is true).

TDockTree implements the IDockManager interface.

See Also