Vcl.Forms.TScreen.DesktopRect
Delphi
property DesktopRect: TRect read GetDesktopRect;
C++
__property Winapi::Windows::TRect DesktopRect = {read=GetDesktopRect};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TScreen |
Description
Specifies the boundaries of the virtual desktop relative to the upper-left corner of the primary monitor.
Use DesktopRect to determine the coordinates of the entire virtual desktop, which includes all monitors in the system. DesktopRect is expressed in coordinates where (0,0) is the upper-left corner of the primary monitor. The primary monitor is the monitor with its Primary property set to true.