Unit 'ActnList' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomAction

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: actnlist.pas line 150

type TCustomAction = class(TContainedAction)

protected

  FImage: TObject;

  

  FMask: TObject;

  

  procedure AssignTo(); override;

  

  procedure SetName(); override;

  

  function HandleShortCut; virtual;

  

  property SavedEnabledState: Boolean; [rw]

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function DoHint(); virtual;

  

  function Execute; override;

  

  property AutoCheck: Boolean; [rw]

  

  property Caption: TTranslateString; [rw]

  

  property Checked: Boolean; [rw]

  

  property Grayed: Boolean; [rw]

  

  property DisableIfNoHandler: Boolean; [rw]

  

  property Enabled: Boolean; [rw]

  

  property GroupIndex: Integer; [rw]

  

  property HelpContext: THelpContext; [rw]

  

  property HelpKeyword: string; [rw]

  

  property HelpType: THelpType; [rw]

  

  property Hint: TTranslateString; [rw]

  

  property ImageIndex: TImageIndex; [rw]

  

  property OnHint: THintEvent; [rw]

  

  property SecondaryShortCuts: TShortCutList; [rws]

  

  property ShortCut: TShortCut; [rw]

  

  property Visible: Boolean; [rw]

  

end;

Inheritance

TCustomAction

  

|

TContainedAction

  

|

TObject



CT Web help

CodeTyphon Studio