IDesignerForm | Is an interface that is implemented by forms that are part of the designer. |
IDesignerHook | IDesignerHook is an interface that allows component writers to interact with the form designer in the IDE. |
IDesignerStorage | Defines an interface that the Form Designer uses to store and retrieve some form settings which are used by the mobile form designer. |
IFMXFullScreenWindowService | Platform service that defines various methods related to full-screen mode management. |
IFMXWindowBorderService | Platform service that defines the methods for creating a custom window border. |
IFMXWindowService | Platform service that defines various methods related to FireMonkey window management. |
IFMXWindowSystemStatusBarService | Service for working with native system status bar. |
TAfterCreateFormHandle | Notification about creating real form. |
TApplication | TApplication is the type used for a FireMonkey GUI-based windowed application. |
TApplicationFormFactor | |
TApplicationStateHelper | For internal use. TApplicationStateHelper is a record helper that provides fields for a scoped enumeration, the FMX.Forms.TApplicationState type. |
TApplicationTerminatingMessage | Notification about terminating application. |
TBeforeDestroyFormHandle | Notification about destroying real form. |
TCommonCustomForm | TCommonCustomForm represents the base class for all forms, whether they are 2D or 3D. |
TCustomForm | TCustomForm represents the base class from which you derive other windows such as dialog boxes and forms. |
TCustomPopupForm | TCustomPopupForm represents the base class for FMX pop-up forms. |
TDeviceKindHelper | For internal use. TDeviceKindHelper is a record helper that provides fields for a scoped enumeration, the FMX.Forms.TDeviceKind type. |
TFmxFormBorderStyleHelper | For internal use. TFmxFormBorderStyleHelper is a record helper that provides fields for a scoped enumeration, the FMX.Forms.TFmxFormBorderStyle type. |
TFmxFormStateHelper | For internal use. TFmxFormStateHelper is a record helper that provides fields for a scoped enumeration, the FMX.Forms.TFmxFormState type. |
TForm | TForm represents a standard FireMonkey application window (form). |
TFormActionLink | Links an action object to a client (generic form). |
TFormActivateMessage | Notification about activating specified form. |
TFormBeforeShownMessage | Notification about showing specified form. |
TFormBorder | Implements functionality used in creating custom styled form borders. |
TFormChangingFocusControl | |
TFormDeactivateMessage | Notification about deactivating specified form. |
TFormFactor | Is used to specify various display options for sharing forms between multiple devices (PCs, iPads, and so on). |
TFormOrientationHelper | For internal use. TFormOrientationHelper is a record helper that provides fields for a scoped enumeration, the FMX.Forms.TFormOrientation type. |
TFormPositionHelper | For internal use. TFormPositionHelper is a record helper that provides fields for a scoped enumeration, the FMX.Forms.TFormPosition type. |
TFormReleasedMessage | Message sent when a form is released or destroyed. |
TFormSaveState | Class used to save the state of a form. |
TFormsCreatedMessage | Message sent when all the forms of your application are created. |
TFormSystemStatusBar | System status bar settings. |
TFrame | TFrame is a container for components; it can be nested within forms or other frames. |
TMainCaptionChangedMessage | |
TMainFormChangedMessage | |
TOrientationChangedMessage | Message that indicates that the orientation of the screen of the device running your application has changed. |
TSaveStateMessage | Dispatched when an application is about to go to background and needs to save its state. |
TScaleChangedMessage | Message that indicates that the screen resolution has changed. |
TScreen | TScreen represents the state of the screen in which an application runs. |
TSizeChangedMessage | |
TVKStateChangeMessage | Message sent when the state of the virtual keyboard of the system running your application changes. |
TWindowBorder | Implements functionality used in creating custom styled windows borders. |
TWindowStyleHelper | For internal use. TWindowStyleHelper is a record helper that provides fields for a scoped enumeration, the FMX.Forms.TWindowStyle type. |