Vcl.WinXCtrls.TRelativePanelControlItem.SaveWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SaveWidth: Integer read FSaveWidth write FSaveWidth;

C++

__property int SaveWidth = {read=FSaveWidth, write=FSaveWidth, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TRelativePanelControlItem

Description

Stores the width of a control.

SaveWidth stores the width of the control for situations where the alignment settings temporarily change the width of a control. For example, if you select both AlignLeftWith and AlignRightWith, the control might change its width. If you later deselect one of the aforementioned alignments, the value of SaveWidth restores the previous width of the control.

See Also