RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.LRDockWidth Property

Specifies the width of the control when it is docked horizontally.

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

Read LRDockWidth to get the width of the control from the last time it was docked horizontally. Set LRDockWidth to indicate the width the control should have the next time it is docked horizontally. 

LRDockWidth allows a control to "remember" its docked size even when its width changes because it is undocked or docked with a vertical orientation. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!