Vcl.Controls.TDockTree.DockSite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DockSite: TWinControl read FDockSite write FDockSite;

C++

__property TWinControl* DockSite = {read=FDockSite, write=FDockSite};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockTree

Description

Specifies the windowed control that uses this dock tree to manage docking operations.

Applications can't use the protected DockSite property. TDockTree uses this property internally when it needs to interact with the windowed control for which it manages docking operations.

DockSite is set in the TDockTree constructor.

See Also