FMX.Forms3D.TForm3D.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.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D TForm3D

Description

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

FMX.Forms3D.TForm3D.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