Vcl.Dialogs.TCustomFileSaveDialog.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 TCustomFileSaveDialog

Description

Create an save file dialog.

This method creates a Windows CLSID_FileSaveDialog using the Windows function CoCreateInstance.

See Also