Vcl.Forms.TScreen Properties
InheritedProtected
| ActiveControl | public | Indicates which control currently has input focus on the screen. | 
| ActiveCustomForm | public | Indicates the descendant of TCustomForm that currently has focus. | 
| ActiveForm | public | Indicates which form currently has focus. | 
| CaptionFont | public | |
| ComObject | public | Specifies the interface reference implemented by the component. | 
| ComponentCount | public | Indicates the number of components owned by the component. | 
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. | 
| Components | public | Lists all components owned by the component. | 
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. | 
| ComponentStyle | public | Governs the behavior of the component. | 
| Cursor | public | Controls the mouse cursor image on a global level. | 
| CursorCount | public | The number of changes performed on Cursor. | 
| Cursors | public | Lists the cursors available to the application. | 
| CustomFormCount | public | Indicates the number of forms or property pages displayed on the screen. | 
| CustomForms | public | Lists all the forms and property pages that are currently displayed in the application. | 
| DataModuleCount | public | Indicates the number of data modules that are currently instantiated in the application. | 
| DataModules | public | Lists all the data modules that are currently instantiated in the application. | 
| DefaultIme | public | Indicates which input method editor (IME) is active when the TScreen object is created. | 
| DefaultKbLayout | public | Indicates the Windows handle to the keyboard layout that was active when the application started running. | 
| DefaultPixelsPerInch | public | |
| DesignInfo | public | Contains information used by the Form designer. | 
| DesktopHeight | public | Specifies the height of the entire virtual desktop. | 
| DesktopLeft | public | Specifies the x-coordinate of the desktop's left edge relative to the upper-left corner of the primary monitor. | 
| DesktopRect | public | Specifies the boundaries of the virtual desktop relative to the upper-left corner of the primary monitor. | 
| DesktopTop | public | Specifies the y-coordinate of the entire desktop's top edge relative to the upper-left corner of the primary monitor. | 
| DesktopWidth | public | Specifies the width of the entire virtual desktop. | 
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. | 
| FocusedForm | public | Provides a reference to the form that has focus. | 
| Fonts | public | Lists the face names for all fonts supported by the screen. | 
| FormCount | public | Indicates the number of forms displayed on the screen. | 
| Forms | public | Lists all the forms currently displayed in the application. | 
| Height | public | Indicates the vertical size of the screen in pixels. | 
| HintFont | public | Specifies the font used to display help hints. | 
| IconFont | public | Specifies the font used to display the labels on the icons in file selection dialogs. | 
| Imes | public | Lists all input method editors (IMEs) installed on the system. | 
| MenuFont | public | Specifies the font used for menu commands. | 
| MessageFont | public | Specifies the font used for displaying text in message boxes. | 
| MonitorCount | public | Specifies the number of monitors used to comprise the desktop. | 
| Monitors | public | Provides access to an individual monitor used to comprise the desktop. | 
| Name | published | Specifies the name of the component as referenced in code. | 
| Observers | public | Indicates the TObservers object added to the TComponent. | 
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. | 
| PixelsPerInch | public | Indicates the number of screen pixels that make up a logical inch in the vertical direction. | 
| PrimaryMonitor | public | Provides a reference to the primary monitor. | 
| SaveFocusedList | public | Gives a list containing the currently focused forms. | 
| Tag | published | Stores a NativeInt integral value as a part of a component. | 
| UpdatingAllFonts | public | |
| VCLComObject | public | Represents information used internally by components that support COM. | 
| Width | public | Indicates the horizontal size of the screen in pixels. | 
| WorkAreaHeight | public | Specifies the height of the work area on the primary monitor. | 
| WorkAreaLeft | public | Specifies the left edge of the work area on the primary monitor. | 
| WorkAreaRect | public | Specifies the boundaries of the usable work area on the primary monitor. | 
| WorkAreaTop | public | Specifies the top edge of the work area on the primary monitor. | 
| WorkAreaWidth | public | Specifies the width of the work area on the primary monitor. |