Vcl.Controls.TControl.FAnchorOrigin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FAnchorOrigin: TPoint;

C++

System::Types::TPoint FAnchorOrigin;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Specifies the coordinates of the anchor associated with the control.

FAnchorOrigin specifies the coordinates of the anchor associated with the control, given in its X and Y fields.

See Also