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

TAction

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

Declaration

Source position: actnlist.pas line 225

type TAction = class(TCustomAction)

public

  constructor Create(); override;

  

published

  property AutoCheck: Boolean;

  

  property Caption: TTranslateString;

  

  property Checked: Boolean;

  

  property DisableIfNoHandler: Boolean;

  

  property Enabled: Boolean;

  

  property GroupIndex: Integer;

  

  property HelpContext: THelpContext;

  

  property HelpKeyword: string;

  

  property HelpType: THelpType;

  

  property Hint: TTranslateString;

  

  property ImageIndex: TImageIndex;

  

  property SecondaryShortCuts: TShortCutList;

  

  property ShortCut: TShortCut;

  

  property Visible: Boolean;

  

  property OnExecute;

  

  property OnHint: THintEvent;

  

  property OnUpdate;

  

end;

Inheritance

TAction

  

|

TCustomAction

  

|

TContainedAction

  

|

TObject



CT Web help

CodeTyphon Studio