Vcl.WinXCtrls.TRelativePanelControlItem.SaveHeight
Delphi
property SaveHeight: Integer read FSaveHeight write FSaveHeight;
C++
__property int SaveHeight = {read=FSaveHeight, write=FSaveHeight, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.WinXCtrls.pas Vcl.WinXCtrls.hpp |
Vcl.WinXCtrls | TRelativePanelControlItem |
Description
Stores the height of a control.
SaveHeight stores the height of the control for situations where the alignment settings temporarily change the height of a control. For example, if you select both AlignTopWith and AlignBottomWith, the control might change its height. If you later deselect one of the aforementioned alignments, the value of SaveHeight restores the previous height of the control.