FMX.Controls.TControl.Position

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Position: TPosition read FPosition write SetPosition stored IsPositionStored;

C++

__property Fmx::Types::TPosition* Position = {read=FPosition, write=SetPosition, stored=IsPositionStored};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Aligns the component to the position points of other components (Bounds points).

Specifies the upper-left corner of the current control, relative to its parent.

The Position can be affected by the Padding of its parent and the Margins of the control.

See Also

Code Examples