Vcl.Forms.TApplication Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActionUpdateDelaypublicDelays the call to DoActionIdle.
ActivepublicSpecifies whether the application is active and has focus.
ActiveFormHandlepublicGives the Windows handle of the currently active form.
AllowTestingpublicRepresents information for the IDE.
AutoDragDockingpublicIndicates whether dragged windows are automatically docked.
BiDiKeyboardpublicSpecifies the name of the keyboard map that should be used in middle-east locales when text reads from right to left.
BiDiModepublicIndicates the layout of the application when running under Middle Eastern versions of Windows.
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.
CurrentHelpFilepublicIndicates the current Help file.
DefaultFontpublicSpecifies the default font used by the application.
DesignInfopublicContains information used by the Form designer.
DialogHandlepublicProvides a mechanism for using non-VCL dialog boxes in an application.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EnumAllWindowsOnActivateHintpublicIs a Boolean variable used for hint displaying.
ExeNamepublicContains the file name of the application's executable file including path information.
HandlepublicProvides access to the window handle of the main form (window) of the application.
HelpFilepublicSpecifies the name of the default Help file the application uses to display the Help from.
HelpSystempublicProvides access to the interface for working with the Help system.
HintpublicSpecifies the text string that appears in the Help Hint box.
HintColorpublicDetermines the color of the hint boxes for the Help Hints for the application.
HintHidePausepublicSpecifies the time interval to wait before hiding the Help Hint if the mouse has not moved from the control or menu item.
HintPausepublicSpecifies 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.
HintShortCutspublicSpecifies whether the application's pop-up Hints include shortcut information.
HintShortPausepublicSpecifies the time period to wait before bringing up a Hint if another Hint has already been shown.
IconpublicDetermines which icon represents the application on the Windows task bar.
InRemoteSessionpublicIndicates whether the current session is remote or local.
IsMetropolisUIpublic
MainFormpublicIdentifies the form in the application that is the main form.
MainFormHandlepublicGives the Windows handle of the application main form.
MainFormOnTaskBarpublicControls how Windows taskbar buttons are handled in a VCL application.
ModalLevelpublicGives the number of currently open modal forms.
ModalPopupModepublicControls how the modal form behaves, with respect to Windows' WS_POPUP style.
NamepublishedSpecifies the name of the component as referenced in code.
NonBiDiKeyboardpublicSpecifies the name of the keyboard map that should be used unless text reads from right to left.
ObserverspublicIndicates the TObservers object added to the TComponent.
OwnerpublicIndicates the component that is responsible for streaming and freeing this component.
PopupControlWndpublicGives the handle to the popup control handler routine.
ShowHintpublicDetermines whether Help Hints are enabled or disabled for the entire application.
ShowMainFormpublicDetermines whether the application shows its main form on startup.
SingleBufferingInRemoteSessionspublicIndicates whether un-themed VCL controls should ignore their DoubleBuffered property if running in a remote session.
TagpublishedStores a NativeInt integral value as a part of a component.
TerminatedpublicReports whether the application is in the process of shutting down.
TitlepublicContains the text that appears below the icon representing the application when it is minimized.
UpdateFormatSettingspublicSpecifies whether format settings are updated automatically when the user alters the system configuration.
UpdateMetricSettingspublicSpecifies whether the settings used for the hint window font and the icon title font are updated.
VCLComObjectpublicRepresents information used internally by components that support COM.