Vcl.Controls.TControl.FAnchorMove
Delphi
FAnchorMove: Boolean;
C++
bool FAnchorMove;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Specifies whether the control must keep its dimensions when it is moved, while being anchored to the form.
Use FAnchorMove to specify whether the control must keep its dimensions when it is moved, while being anchored to the form.
FAnchorMove is only used at design time.