Vcl.Controls.TDockTree.TopZone

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopZone: TDockZone read FTopZone;

C++

__property TDockZone* TopZone = {read=FTopZone};

Properties

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

Description

Represents the root of the TDockTree object.

Applications cannot use the protected TopZone property. TDockTree uses this property internally to determine the root of the dock tree.

See Also