Vcl.Forms.TScreen.DesktopWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesktopWidth: Integer read GetDesktopWidth;

C++

__property int DesktopWidth = {read=GetDesktopWidth, nodefault};

Properties

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

Description

Specifies the width of the entire virtual desktop.

Use DesktopWidth to determine the width of the desktop. The desktop is defined as the entire virtual desktop, which includes all monitors in the system.

On a single-monitor system, DesktopWidth corresponds to Width.

See Also