Vcl.Forms.Screen
Delphi
Screen: TScreen;
C++
extern DELPHI_PACKAGE TScreen* Screen;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | Vcl.Forms |
Description
Represents a screen device.
The Screen variable is a TScreen component that represents the screen of the system on which the application runs. By default, applications create a screen component based on information about the current screen device and assign it to Screen. The Screen.Monitors property provides an access to all monitors used to comprise the desktop. See also Handling the Screen.