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
Class for Vista and newer Windows operating systems style file open dialogs.
This class extends TCustomFileOpenDialog. It allows creating Microsoft Windows Vista (or newer Windows operating systems) style file open dialogs CLSID_FileOpenDialog
and implements the IFileOpenDialog
interface.