FMX.Forms.TForm.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: Integer read GetTop write SetTop;

C++

__property Top;

Properties

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

Description

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

FMX.Forms.TForm.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