RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen Class

TScreen represents the state of the screen in which an application runs.

Pascal
TScreen = class(TComponent);
C++
class TScreen : public TComponent;

Forms

TScreen introduces properties that keep track of 

What forms and data modules have been instantiated by the application. 

The active form, and the active control within that form. 

The size and resolution of the screen. 

The cursors and fonts available for the application to use. 

The monitors on which the application's forms can appear, including their dimensions. 

There is a global variable, Screen, of type TScreen, which is already instantiated for use by GUI applications. Use Screen to obtain information about the current state of the screen in an application. 

 

TApplication 

TDataModule 

TForm 

TFont 

Screen 

Creating Applications 

MDI Applications 

SDI Applications 

User Interface Models 

GUI Applications 

Handling the Screen 

Controlling Application Behavior

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