Vcl.Forms.TApplication Properties
InheritedProtected
| ActionUpdateDelay | public | Delays the call to DoActionIdle. |
| Active | public | Specifies whether the application is active and has focus. |
| ActiveFormHandle | public | Gives the Windows handle of the currently active form. |
| AllowTesting | public | Represents information for the IDE. |
| AutoDragDocking | public | Indicates whether dragged windows are automatically docked. |
| BiDiKeyboard | public | Specifies the name of the keyboard map that should be used in middle-east locales when text reads from right to left. |
| BiDiMode | public | Indicates the layout of the application when running under Middle Eastern versions of Windows. |
| 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. |
| CurrentHelpFile | public | Indicates the current Help file. |
| DefaultFont | public | Specifies the default font used by the application. |
| DesignInfo | public | Contains information used by the Form designer. |
| DialogHandle | public | Provides a mechanism for using non-VCL dialog boxes in an application. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| EnumAllWindowsOnActivateHint | public | Is a Boolean variable used for hint displaying. |
| ExeName | public | Contains the file name of the application's executable file including path information. |
| Handle | public | Provides access to the window handle of the main form (window) of the application. |
| HelpFile | public | Specifies the name of the default Help file the application uses to display the Help from. |
| HelpSystem | public | Provides access to the interface for working with the Help system. |
| Hint | public | Specifies the text string that appears in the Help Hint box. |
| HintColor | public | Determines the color of the hint boxes for the Help Hints for the application. |
| HintHidePause | public | Specifies the time interval to wait before hiding the Help Hint if the mouse has not moved from the control or menu item. |
| HintPause | public | Specifies the time interval that passes before the control's Help Hint appears when the user places the mouse pointer on a control or menu item. |
| HintShortCuts | public | Specifies whether the application's pop-up Hints include shortcut information. |
| HintShortPause | public | Specifies the time period to wait before bringing up a Hint if another Hint has already been shown. |
| Icon | public | Determines which icon represents the application on the Windows task bar. |
| IsMetropolisUI | public | |
| MainForm | public | Identifies the form in the application that is the main form. |
| MainFormHandle | public | Gives the Windows handle of the application main form. |
| MainFormOnTaskBar | public | Controls how Windows taskbar buttons are handled in a VCL application. |
| ModalLevel | public | Gives the number of currently open modal forms. |
| ModalPopupMode | public | Controls how the modal form behaves, with respect to Windows' WS_POPUP style. |
| Name | published | Specifies the name of the component as referenced in code. |
| NonBiDiKeyboard | public | Specifies the name of the keyboard map that should be used unless text reads from right to left. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| PopupControlWnd | public | Gives the handle to the popup control handler routine. |
| ShowHint | public | Determines whether Help Hints are enabled or disabled for the entire application. |
| ShowMainForm | public | Determines whether the application shows its main form on startup. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| Terminated | public | Reports whether the application is in the process of shutting down. |
| Title | public | Contains the text that appears below the icon representing the application when it is minimized. |
| UpdateFormatSettings | public | Specifies whether format settings are updated automatically when the user alters the system configuration. |
| UpdateMetricSettings | public | Specifies whether the settings used for the hint window font and the icon title font are updated. |
| VCLComObject | public | Represents information used internally by components that support COM. |