FMX.Forms.TForm.Left

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Left: Integer read GetLeft write SetLeft;

C++

__property Left;

Properties

Type Visibility Source Unit Parent
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Description

Specifies the X coordinate of the upper-left corner of the form, relative to the screen.

FMX.Forms.TForm.Left inherits from FMX.Forms.TCommonCustomForm.Left. All content below this line refers to FMX.Forms.TCommonCustomForm.Left.

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.

See Also