TApplicationProperties
From Free Pascal wiki
Jump to navigationJump to search
│
English (en) │
français (fr) │
日本語 (ja) │
русский (ru) │
TApplicationProperties is a non-visible component that gives easy access to a bunch of application properties. TApplicationProperties is available under the Additional tab of the Component Palette.
- CaptureExceptions
- HelpFile
- Hint
- HintColor
- HintHidePause
- HintPause
- HintShortCuts
- HintShortPause
- ShowButtonGlyphs
- ShowMenuGlyphs
- ShowHint
- ShowMainForm
- Title
- OnException
- OnGetMainFormHandle
- OnIdle
- OnIdleEnd
- OnEndSession
- OnQueryEndSession
- OnMinimize
- OnModalBegin
- OnModalEnd
- OnRestore
- OnDropFiles
- OnHelp
- OnHint
- OnShowHint
- OnUserInput
See also