TApplication

E322646

TApplication is a core VCL class in Delphi that encapsulates and manages the main application instance, including its message loop and global application behavior.

Try in SPARQL Jump to: Surface forms Statements Referenced by

All labels observed (1)

Label Occurrences
TApplication canonical 1

Statements (63)

Predicate Object
instanceOf Delphi class
VCL class
belongsToUnit Forms
controls application lifetime
application shutdown
creation of main form
definedInLanguage Delphi (programming language)
surface form: Delphi
definedInLibrary Visual Component Library
encapsulates main application instance
hasEvent OnActivate
OnDeactivate
OnException
OnHelp
OnHint
OnIdle
OnMessage
OnMinimize
OnRestore
OnShortCut
OnShowHint
hasField Handle
HandleAllocated
ShowMainForm
hasMethod BringToFront
CreateForm
HandleException
HandleMessage
HelpCommand
HelpContext
HelpJump
HelpKeyword
Initialize
MatDialog
surface form: MessageBox

Minimize
NormalizeTopMosts
ProcessMessages
Restore
RestoreTopMosts
Run
ShowException
Terminate
hasProperty BiDiMode
HelpFile
HintColor
HintHidePause
HintPause
HintShortPause
Icon
MainForm
MainFormOnTaskbar
ShowExceptionDialog
ShowHint
ShowMainForm
Title
UpdateFormatSettings
UpdateMetricSettings
isAccessedVia global Application variable
isNotUsedFor console applications
isUsedFor GUI applications
manages application message loop
global application behavior
provides centralized application-level services
uses Windows message loop

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Visual Component Library includes TApplication