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

TFileOpen

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

TFileOpen - standard action (including opening a dialog) associated with the File Open menu option

Declaration

Source position: stdactns.pas line 165

type TFileOpen = class(TFileAction)

protected

  function GetDialogClass; override;

  

published

  property Caption;

  

  property Dialog: TOpenDialog; [r]

  

  property Enabled;

  

  property HelpContext;

  

  property HelpKeyword;

  

  property HelpType;

  

  property Hint;

  

  property ImageIndex;

  

  property ShortCut;

  

  property SecondaryShortCuts;

  

  property UseDefaultApp: Boolean; [rw]

  

  property Visible;

  

  property BeforeExecute;

  

  property OnAccept;

  

  property OnCancel;

  

  property OnHint;

  

end;

Inheritance

TFileOpen

  

TFileOpen - standard action (including opening a dialog) associated with the File Open menu option

|

TFileAction

  

TFileAction - base class for providing actions associated with various file dialogs and menu options

|

TCommonDialogAction

  

TCommonDialogAction - base class for providing actions associated with Dialogs

|

TCustomAction

  

TCustomAction is the ancestor class for TAction

|

TContainedAction

  

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

|

TBasicAction

?

TObject