Vcl.StdActns.TFileAction

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TFileAction = class(TCommonDialogAction)

C++

class PASCALIMPLEMENTATION TFileAction : public TCommonDialogAction

Properties

Type Visibility Source Unit Parent
class public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns Vcl.StdActns

Description

TFileAction is the base class for action objects that display a file selection dialog.

TFileAction implements the FileName property that is common to action objects that display a file selection object.

See Also