Vcl.Controls.TControl.TBDockHeight
Delphi
property TBDockHeight: Integer read GetTBDockHeight write FTBDockHeight;
C++
__property int TBDockHeight = {read=GetTBDockHeight, write=FTBDockHeight, 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 docked vertically.
Read TBDockHeight to get the height of the control from the last time it was docked vertically. Set TBDockHeight to indicate the height the control should have the next time it is docked vertically.
TBDockHeight allows a control to "remember" its docked size even when its height changes because it is undocked or docked with a horizontal orientation.