Vcl.Controls.TDockZone.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Tree: TDockTree);

C++

__fastcall TDockZone(TDockTree* Tree);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockZone

Description

Creates a TDockZone object.

Create instantiates a new TDockZone object.

See Also