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

TFileAction

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

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

Declaration

Source position: stdactns.pas line 149

type TFileAction = class(TCommonDialogAction)

protected

  function GetDialog;

  

GetDialog - returns a TOpenDialog for use in this File action

  property FileName: TFileName; [rw]

  

The FileName on which this action performs

end;

Inheritance

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

?

TObject