[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TFileAction - base class for providing actions associated with various file dialogs and menu options.
Source position: stdactns.pas line 151
type TFileAction = class(TCommonDialogAction) |
||
protected |
||
function GetDialog; |
|
GetDialog - returns a TOpenDialog for use in this File action. |
property FileName: TFileName; [rw] |
|
File name returned from the dialog in the action. |
end; |
|
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. |
|
| | ||
TObject |
|
Dialog action used to create, configure, and display a dialog. |