Vcl.Forms.TCustomForm.Monitor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Monitor: TMonitor read GetMonitor;

C++

__property TMonitor* Monitor = {read=GetMonitor};

Properties

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

Description

Provides access to the monitor on which the form appears.

Use Monitor to access information about the monitor on which the form appears if the application runs on a multi-monitor system. The monitor is determined by the DefaultMonitor property.

See Also