[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TFileOpenWith - standard action (including opening a dialog) associated with the File Open With menu option.
Source position: stdactns.pas line 186
type TFileOpenWith = class(TFileOpen) |
||
published |
||
property FileName: TFileName; [rw] |
|
File name for the Open With action. |
property AfterOpen: TNotifyEvent; [rw] |
|
AfterOpen - event handler to be performed after file is opened. |
end; |
|
TFileOpenWith - standard action (including opening a dialog) associated with the File Open With menu option. |
|
| | ||
|
TFileOpen - standard action (including opening a dialog) associated with the File Open menu option. |
|
| | ||
|
TFileAction - base class for providing actions associated with various file dialogs and menu options. |
|
| | ||
|
Dialog action used to create, configure, and display a dialog. |
|
| | ||
|
TCustomAction is the ancestor class for TAction. |
|
| | ||
|
Implements an Action class which has a category and parent action list. |
|
| | ||
TBasicAction |
||
? | ||
TObject |
TFileOpenWith is a 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.
|
TFileOpen - standard action (including opening a dialog) associated with the File Open menu option. |