Vcl.ToolWin.TSizingOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSizingOrientation = (soNone, soHorizontal, soVertical);

C++

enum DECLSPEC_DENUM TSizingOrientation : unsigned char { soNone, soHorizontal, soVertical };

Properties

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

Description

TSizingOrientation specifies the dimension along which a control's size is adjusted when docked.

TSizingOrientation can have one of the following values:



Value Meaning

soNone

The control's size is not readjusted when it is docked.

soHorizontal

The control's width is adjusted when it is docked.

soVertical

The control's height is adjusted when it is docked.