Vcl.Controls.TControl.UndockHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UndockHeight: Integer read GetUndockHeight write FUndockHeight;

C++

__property int UndockHeight = {read=GetUndockHeight, write=FUndockHeight, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Specifies the height of the control when it is floating.

Read UndockHeight to get the height of the control from the last time it was floating. Set UndockHeight to indicate the height the control should have the next time it is undocked.

UndockHeight allows a control to "remember" its floating size even when its height changes because it is docked.

See Also

Code Examples