Vcl.Dialogs.TCustomFileOpenDialog.CreateFileDialog

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also