FMX.Forms.TScreen Properties
InheritedProtected
| ActiveForm | public | Indicates which form currently has focus. |
| 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. |
| 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. |
| DesignInfo | public | Contains information used by the Form designer. |
| DesktopHeight | public | |
| DesktopLeft | public | |
| DesktopRect | public | Gets the pixel parameters of the virtual screen's rectangle. |
| DesktopTop | public | |
| DesktopWidth | public | |
| DisplayCount | public |
Gets the number of displays used to comprise the desktop. |
| Displays | public | The array of displays used to comprise the desktop. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| FocusControl | public | Returns the control that has the focus at the moment. |
| FocusObject | protected | Is a protected property that is internally used by the FocusControl property in order to get the control that currently has focus. |
| FormCount | public | Indicates the number of Normal and StayOnTop forms currently created in the application. |
| Forms | public | Lists Normal and StayOnTop forms currently created in the application. |
| Height | public | |
| 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. |
| PopupFormCount | public | Indicates the number of pop-up forms currently created in the application. |
| PopupForms | public | Lists all pop-up forms currently created in the application. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| VCLComObject | public | Represents information used internally by components that support COM. |
| Width | public | |
| WorkAreaHeight | public | |
| WorkAreaLeft | public | |
| WorkAreaRect | public | Gets the pixel size of the work area of the primary display. |
| WorkAreaTop | public | |
| WorkAreaWidth | public |