Klasse TCustomAction

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCustomAction = class(TContainedAction)

Beschreibung

no description available, TContainedAction description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function DoHint(var HintStr: string): Boolean; dynamic;
Public function Execute: Boolean; override;

Eigenschaften

Public property AutoCheck: Boolean read FAutoCheck write SetAutoCheck default False;
Public property Caption: TTranslateString read FCaption write SetCaption;
Public property Checked: Boolean read FChecked write SetChecked default False;
Public property DisableIfNoHandler: Boolean read FDisableIfNoHandler write FDisableIfNoHandler default False;
Public property Enabled: Boolean read FEnabled write SetEnabled default True;
Public property GroupIndex: Integer read FGroupIndex write SetGroupIndex default 0;
Public property HelpContext: THelpContext read FHelpContext write SetHelpContext default 0;
Public property HelpKeyword: string read FHelpKeyword write SetHelpKeyword;
Public property HelpType: THelpType read FHelpType write SetHelpType default htContext;
Public property Hint: TTranslateString read FHint write SetHint;
Public property ImageIndex: TImageIndex read FImageIndex write SetImageIndex default -1;
Public property ShortCut: TShortCut read FShortCut write SetShortCut default 0;
Public property SecondaryShortCuts: TShortCutList read GetSecondaryShortCuts write SetSecondaryShortCuts stored IsSecondaryShortCutsStored;
Public property Visible: Boolean read FVisible write SetVisible default True;
Public property OnHint: THintEvent read FOnHint write FOnHint;

Beschreibung

Methoden

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function DoHint(var HintStr: string): Boolean; dynamic;
 
Public function Execute: Boolean; override;
 

Eigenschaften

Public property AutoCheck: Boolean read FAutoCheck write SetAutoCheck default False;
 
Public property Caption: TTranslateString read FCaption write SetCaption;
 
Public property Checked: Boolean read FChecked write SetChecked default False;
 
Public property DisableIfNoHandler: Boolean read FDisableIfNoHandler write FDisableIfNoHandler default False;
 
Public property Enabled: Boolean read FEnabled write SetEnabled default True;
 
Public property GroupIndex: Integer read FGroupIndex write SetGroupIndex default 0;
 
Public property HelpContext: THelpContext read FHelpContext write SetHelpContext default 0;
 
Public property HelpKeyword: string read FHelpKeyword write SetHelpKeyword;
 
Public property HelpType: THelpType read FHelpType write SetHelpType default htContext;
 
Public property Hint: TTranslateString read FHint write SetHint;
 
Public property ImageIndex: TImageIndex read FImageIndex write SetImageIndex default -1;
 
Public property ShortCut: TShortCut read FShortCut write SetShortCut default 0;
 
Public property SecondaryShortCuts: TShortCutList read GetSecondaryShortCuts write SetSecondaryShortCuts stored IsSecondaryShortCutsStored;
 
Public property Visible: Boolean read FVisible write SetVisible default True;
 
Public property OnHint: THintEvent read FOnHint write FOnHint;
 

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