Show: Delphi
C++
Display Preferences
FMX.Types.TControl.Position
From XE2 API Documentation
Delphi
property Position: TPosition read FPosition write SetPosition;
C++
__property TPosition* Position = {read=FPosition, write=SetPosition};
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | 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.