Show: Delphi
C++
Display Preferences
FMX.Types.TControl.Position
From XE3 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 | public | 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.
See Also
- FMX.Types.TControl.Padding
- FMX.Types.TControl.Margins
- FMX.Types.TPosition
- FireMonkey Layouts Strategies