Vcl.Controls.TControl.LRDockWidth
Delphi
property LRDockWidth: Integer read GetLRDockWidth write FLRDockWidth;
C++
__property int LRDockWidth = {read=GetLRDockWidth, write=FLRDockWidth, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Specifies the width of the control when it is docked horizontally.
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.