[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'StdActns' (#lcl)

TFileExit

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

TFileExit - standard action (closing file and terminating application) associated with the File Exit menu option

Declaration

Source position: stdactns.pas line 271

type TFileExit = class(TCustomAction)

public

  function HandlesTarget(); override;

  

  procedure ExecuteTarget(); override;

  

published

  property Caption;

  

  property Enabled;

  

  property HelpContext;

  

  property HelpKeyword;

  

  property HelpType;

  

  property Hint;

  

  property ImageIndex;

  

  property ShortCut;

  

  property SecondaryShortCuts;

  

  property Visible;

  

  property OnHint;

  

end;

Inheritance

TFileExit

  

TFileExit - standard action (closing file and terminating application) associated with the File Exit menu option

|

TCustomAction

  

TCustomAction is the ancestor class for TAction

|

TContainedAction

  

TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents

|

TBasicAction

?

TObject