API:Vcl.Dialogs.TFileOpenDialog

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. {{#multireplace:Vcl.Dialogs.TFileOpenDialog|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Dialogs.TCustomFileOpenDialog|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Dialogs.TCustomFileOpenDialog|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.