API: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 a file dialog.

Vcl.Dialogs.TCustomFileSaveDialog.CreateFileDialog inherits from Vcl.Dialogs.TCustomFileDialog.CreateFileDialog. All content below this line refers to Vcl.Dialogs.TCustomFileDialog.CreateFileDialog.

Create a file dialog.

This method creates a file dialog. Since it is an abstract method that is not implemented, it must be overridden and implemented by any class extending TCustomFileDialog. The implementation should create a Windows common item dialog, usually using the Windows function CoCreateInstance.