API:Vcl.Dialogs.TFileOpenDialog

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Dialogs.TCustomFileOpenDialogVcl.Dialogs.TCustomFileDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFileOpenDialog

Delphi

TFileOpenDialog = class(TCustomFileOpenDialog)

C++

class PASCALIMPLEMENTATION TFileOpenDialog : public TCustomFileOpenDialog

Properties

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

Description

Base class for Vista or later Windows operating system style file open dialogs.

Vcl.Dialogs.TFileOpenDialog inherits from Vcl.Dialogs.TCustomFileOpenDialog. All content below this line refers to Vcl.Dialogs.TCustomFileOpenDialog.

Base class for Vista or later Windows operating system style file open dialogs.

This class extends TCustomFileDialog. File open dialogs extend this base class for Microsoft Windows Vista or later Windows operating system style file open dialogs. This is a wrapper class for the Windows Vista CLSID_FileOpenDialog and implements the IFileOpenDialog interface.

See Also