FMX.Forms.TCommonCustomForm.Left
Delphi
property Left: Integer read GetLeft write SetLeft;
C++
__property int Left = {read=GetLeft, write=SetLeft, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCommonCustomForm |
Description
Specifies the X coordinate of the upper-left corner of the form, relative to the screen.
Use Left to locate the top of the form or reposition the form to a different X coordinate. The Left property, like the Top property, is the position of the form relative to its container (the screen), in pixels.