Vcl.Forms.TMonitor.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: Integer read GetTop;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TMonitor

Description

Indicates the logical position of the top edge of the monitor.

In multi-monitor applications, the available screen space can span multiple monitors from top to bottom. Read Top to determine where, in the entire available screen space, this monitor appears. The value of Top is in pixels relative to the top edge of the primary monitor.

See Also