Klasse TApplicationProperties

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TApplicationProperties = class(TLCLComponent)

Beschreibung

no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public Constructor Create(AOwner: TComponent); Override;

Eigenschaften

Published property CaptureExceptions: boolean read FCaptureExceptions write SetCaptureExceptions;
Published property HelpFile: string read FHelpFile write SetHelpFile;
Published property Hint: string read FHint write SetHint;
Published property HintColor: TColor read FHintColor write SetHintColor;
Published property HintHidePause: Integer read FHintHidePause write SetHintHidePause;
Published property HintPause: Integer read FHintPause write SetHintPause;
Published property HintShortCuts: Boolean read FHintShortCuts write SetHintShortCuts;
Published property HintShortPause: Integer read FHintShortPause write SetHintShortPause;
Published property ShowHint: Boolean read FShowHint write SetShowHint;
Published property ShowMainForm: Boolean read FShowMainForm write SetShowMainForm default true;
Published property Title: String read FTitle write SetTitle;
Published property OnException: TExceptionEvent read FOnException write SetOnException;
Published property OnIdle: TIdleEvent read FOnIdle write SetOnIdle;
Published property OnIdleEnd: TNotifyEvent read FOnIdleEnd write SetOnIdleEnd;
Published property OnEndSession : TNotifyEvent read FOnEndSession write SetOnEndSession;
Published property OnQueryEndSession : TQueryEndSessionEvent read FOnQueryEndSession write SetOnQueryEndSession;
Published property OnMinimize : TNotifyEvent read FOnMinimize write SetOnMinimize;
Published property OnRestore : TNotifyEvent read FOnRestore write SetOnRestore;
Published property OnHelp: THelpEvent read FOnHelp write SetOnHelp;
Published property OnHint: TNotifyEvent read FOnHint write SetOnHint;
Published property OnShowHint: TShowHintEvent read FOnShowHint write SetOnShowHint;
Published property OnUserInput: TOnUserInputEvent read FOnUserInput write SetOnUserInput;

Beschreibung

Methoden

Public Constructor Create(AOwner: TComponent); Override;
 

Eigenschaften

Published property CaptureExceptions: boolean read FCaptureExceptions write SetCaptureExceptions;
 
Published property HelpFile: string read FHelpFile write SetHelpFile;
 
Published property Hint: string read FHint write SetHint;
 
Published property HintColor: TColor read FHintColor write SetHintColor;
 
Published property HintHidePause: Integer read FHintHidePause write SetHintHidePause;
 
Published property HintPause: Integer read FHintPause write SetHintPause;
 
Published property HintShortCuts: Boolean read FHintShortCuts write SetHintShortCuts;
 
Published property HintShortPause: Integer read FHintShortPause write SetHintShortPause;
 
Published property ShowHint: Boolean read FShowHint write SetShowHint;
 
Published property ShowMainForm: Boolean read FShowMainForm write SetShowMainForm default true;
 
Published property Title: String read FTitle write SetTitle;
 
Published property OnException: TExceptionEvent read FOnException write SetOnException;
 
Published property OnIdle: TIdleEvent read FOnIdle write SetOnIdle;
 
Published property OnIdleEnd: TNotifyEvent read FOnIdleEnd write SetOnIdleEnd;
 
Published property OnEndSession : TNotifyEvent read FOnEndSession write SetOnEndSession;
 
Published property OnQueryEndSession : TQueryEndSessionEvent read FOnQueryEndSession write SetOnQueryEndSession;
 
Published property OnMinimize : TNotifyEvent read FOnMinimize write SetOnMinimize;
 
Published property OnRestore : TNotifyEvent read FOnRestore write SetOnRestore;
 
Published property OnHelp: THelpEvent read FOnHelp write SetOnHelp;
 
Published property OnHint: TNotifyEvent read FOnHint write SetOnHint;
 
Published property OnShowHint: TShowHintEvent read FOnShowHint write SetOnShowHint;
 
Published property OnUserInput: TOnUserInputEvent read FOnUserInput write SetOnUserInput;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:57