Vcl.Dialogs.TCustomFileOpenDialog.CreateFileDialog
Delphi
function CreateFileDialog: IFileDialog; override;
C++
virtual _di_IFileDialog __fastcall CreateFileDialog();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | class protected | Vcl.Dialogs.pas Vcl.Dialogs.hpp  | 
        Vcl.Dialogs | TCustomFileOpenDialog | 
Description
Create an open file dialog.
This method creates a Windows CLSID_FileOpenDialog using the Windows function CoCreateInstance.