RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.TBDockHeight Property

Specifies the height of the control when it is docked vertically.

Pascal
property TBDockHeight: Integer;
C++
__property int TBDockHeight;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!