Vcl.Forms.TScreen.DesktopHeight
Delphi
property DesktopHeight: Integer read GetDesktopHeight;
C++
__property int DesktopHeight = {read=GetDesktopHeight, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TScreen |
Description
Specifies the height of the entire virtual desktop.
Use DesktopHeight to determine the height of the entire desktop. The desktop is defined as the entire virtual desktop, which includes all monitors in the system.
On a single-monitor system, DesktopHeight corresponds to Height.