Forms.Screen
From RAD Studio VCL Reference
Contents |
Delphi Information
From Forms.pas
Screen: TScreen
Unit: Forms
Type: variable
C++ Information
From Forms.hpp
Forms::TScreen * Screen;
Unit: Forms
Type: variable
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.
See Also
Code Samples