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

TFileOpenWith

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

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

Declaration

Source position: stdactns.pas line 191

type TFileOpenWith = class(TFileOpen)

published

  property FileName: TFileName; [rw]

  

  property HelpContext;

  

HelpContext - the index for a context-based help message

  property HelpKeyword;

  

HelpKeyWord - the keyword of a context-based help message

  property HelpType;

  

HelpType - the sort of help message to be offered: default Context-based

  property BeforeExecute;

  

BeforeExecute - event handler for performance before execution of the action

  property AfterOpen: TNotifyEvent; [rw]

  

AfterOpen - event handler to be performed after file is opened

end;

Inheritance

TFileOpenWith

  

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

|

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

Description

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

Gives the User an opportunity to choose the application with which to open a file