FMX.Types.IAlignableObject.Left
Delphi
property Left: single read GetLeft;
C++
__property float Left = {read=GetLeft};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | IAlignableObject |
Description
Specifies the horizontal coordinate of the left edge of the object, relative to its parent.
Implement the GetLeft function to get the value of the Left property.