Vcl.Controls.TDockZone

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDockZone

Delphi

TDockZone = class

C++

class PASCALIMPLEMENTATION TDockZone : public System::TObject

Properties

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

Description

TDockZone represents a region that contains several other zones.

TDockZone encapsulates a region that contains other zones. TDockZone can be parent to other zones or can contain only one control. TDockZone also stores pointers to previous and following siblings and their parents. The data structure of relating TDockZone objects resembles a doubly-linked list tree.

See Also