RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.Screen Variable

Represents a screen device.

Pascal
Screen: TScreen;
C++
TScreen Screen;

Forms

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!