FMX.Forms.TCommonCustomForm.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: Integer read GetTop write SetTop;

C++

__property int Top = {read=GetTop, write=SetTop, nodefault};

Properties

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

Description

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