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

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

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

See Also

Code Examples