Vcl.Controls.TControl.FAnchorMove

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also