FMX.Forms.TScreen Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActiveFormpublicIndicates which form currently has focus.
ComObjectpublicSpecifies the interface reference implemented by the component.
ComponentCountpublicIndicates the number of components owned by the component.
ComponentIndexpublicIndicates the position of the component in its owner's Components property array.
ComponentspublicLists all components owned by the component.
ComponentStatepublicDescribes the current state of the component, indicating when a component needs to avoid certain actions.
ComponentStylepublicGoverns the behavior of the component.
DataModuleCountpublicIndicates the number of data modules that are currently instantiated in the application.
DataModulespublicLists all the data modules that are currently instantiated in the application.
DesignInfopublicContains information used by the Form designer.
DesktopHeightpublic
DesktopLeftpublic
DesktopRectpublicGets the pixel parameters of the virtual screen's rectangle.
DesktopToppublic
DesktopWidthpublic
DisplayCountpublic

Gets the number of displays used to comprise the desktop.

DisplayspublicThe array of displays used to comprise the desktop.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
FocusControlpublicReturns the control that has the focus at the moment.
FocusObjectprotectedIs a protected property that is internally used by the FocusControl property in order to get the control that currently has focus.
FormCountpublicIndicates the number of Normal and StayOnTop forms currently created in the application.
FormspublicLists Normal and StayOnTop forms currently created in the application.
Heightpublic
NamepublishedSpecifies the name of the component as referenced in code.
ObserverspublicIndicates the TObservers object added to the TComponent.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
PopupFormCountpublicIndicates the number of pop-up forms currently created in the application.
PopupFormspublicLists all pop-up forms currently created in the application.
TagpublishedStores a NativeInt integral value as a part of a component.
VCLComObjectpublicRepresents information used internally by components that support COM.
Widthpublic
WorkAreaHeightpublic
WorkAreaLeftpublic
WorkAreaRectpublicGets the pixel size of the work area of the primary display.
WorkAreaToppublic
WorkAreaWidthpublic