FMX.Forms3D.TForm3D.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top;

C++

__property Top;

Properties

Type Visibility Source Unit Parent
property published
FMX.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D TForm3D

Description

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

FMX.Forms3D.TForm3D.Top inherits from FMX.Forms.TCommonCustomForm.Top. All content below this line refers to FMX.Forms.TCommonCustomForm.Top.

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

Use Top to locate the top of the form or reposition the form to a different Y coordinate. The Top property, like the Left property, is the position of the form relative to its container (the screen), in pixels.

See Also