Vcl.Controls.TControl.UndockWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UndockWidth: Integer read GetUndockWidth write FUndockWidth;

C++

__property int UndockWidth = {read=GetUndockWidth, write=FUndockWidth, nodefault};

Properties

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

Description

Specifies the width of the control when it is floating.

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

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

See Also

Code Examples