[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TFileOpen - standard action (including opening a dialog) associated with the File Open menu option
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; |
|
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 |
|
| | ||
|
TCommonDialogAction - base class for providing actions associated with Dialogs |
|
| | ||
|
TCustomAction is the ancestor class for TAction |
|
| | ||
|
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents |
|
| | ||
TBasicAction |
||
? | ||
TObject |