[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Application Properties: The properties of the current application
Source position: forms.pp line 1195
type TApplicationProperties = class(TLCLComponent) |
||
protected |
||
procedure SetCaptureExceptions(); |
|
|
procedure SetHelpFile(); |
|
|
procedure SetHint(); |
|
|
procedure SetHintColor(); |
|
|
procedure SetHintHidePause(); |
|
|
procedure SetHintPause(); |
|
|
procedure SetHintShortCuts(); |
|
|
procedure SetHintShortPause(); |
|
|
procedure SetShowHint(); |
|
|
procedure SetTitle(); |
|
|
procedure SetOnException(); |
|
|
procedure SetOnIdle(); |
|
|
procedure SetOnIdleEnd(); |
|
|
procedure SetOnEndSession(); |
|
|
procedure SetOnQueryEndSession(); |
|
|
procedure SetOnMinimize(); |
|
|
procedure SetOnRestore(); |
|
|
procedure SetOnDropFiles(); |
|
|
procedure SetOnHelp(); |
|
|
procedure SetOnHint(); |
|
|
procedure SetOnShowHint(); |
|
|
procedure SetOnUserInput(); |
|
|
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
published |
||
property CaptureExceptions: Boolean; [rw] |
|
Determine whether exceptions are being captured |
property HelpFile: String; [rw] |
|
Determines which file to use for Help |
property Hint: String; [rw] |
|
Determines Hint to be used |
|
Colour to be used when displaying Hint |
|
property HintHidePause: Integer; [rw] |
|
|
property HintPause: Integer; [rw] |
|
|
property HintShortCuts: Boolean; [rw] |
|
|
property HintShortPause: Integer; [rw] |
|
|
property ShowHint: Boolean; [rw] |
|
Determines whether a hint is to be displayed |
property ShowMainForm: Boolean; [rw] |
|
Determines whether main form is to be displayed |
property Title: String; [rw] |
|
Title to be shown in Application's top Border |
property OnException: TExceptionEvent; [rw] |
|
Event handler for exceptions |
property OnIdle: TIdleEvent; [rw] |
|
|
property OnIdleEnd: TNotifyEvent; [rw] |
|
|
property OnEndSession: TNotifyEvent; [rw] |
|
Event handler for the end of the session |
property OnQueryEndSession: TQueryEndSessionEvent; [rw] |
|
Event handler for the end of a query session |
property OnMinimize: TNotifyEvent; [rw] |
|
Event handler for minimising the form |
property OnRestore: TNotifyEvent; [rw] |
|
Eent handler for restoring a form which has been minimised or maximised |
property OnDropFiles: TDropFilesEvent; [rw] |
|
Event handler when files are dropped on the form |
property OnHelp: THelpEvent; [rw] |
|
Event handler when help is needed |
property OnHint: TNotifyEvent; [rw] |
|
Event handler when a hint is needed |
property OnShowHint: TShowHintEvent; [rw] |
|
Event handler for showing a hint |
property OnUserInput: TOnUserInputEvent; [rw] |
|
Event handler when user input is received |
end; |
|
Application Properties: The properties of the current application |
|
| | ||
TLCLComponent |
||
? | ||
TObject |
TApplication Properties can be set as a local default set of properties to be used for any new instance fo TApplication
lazarus-ccr.sourceforge.net |