Vcl.Controls.TDockOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDockOrientation = (doNoOrient, doHorizontal, doVertical);

C++

enum DECLSPEC_DENUM TDockOrientation : unsigned char { doNoOrient, doHorizontal, doVertical };

Properties

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

Description

TDockOrientation specifies the orientation of controls in a docking zone.


TDockOrientation can have one of the following values:

Value Meaning

doNoOrient

The zone contains a control instead of child zones.

doHorizontal

The zone's children are arranged top to bottom.

doVertical

The zone's children are arranged left to right.