Vcl.Forms.TMonitor.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HMONITOR read FHandle;

C++

__property HMONITOR Handle = {read=FHandle, nodefault};

Properties

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

Description

Indicates the Windows handle for the monitor.

Read Monitor to obtain a Windows handle for the monitor represented by this TMonitor component. Use this handle for Windows API calls such as GetMonitorInfo.

See Also