API:Vcl.Dialogs.TCustomFileSaveDialog.CreateFileDialog
Delphi
function CreateFileDialog: IFileDialog; override;
C++
virtual _di_IFileDialog __fastcall CreateFileDialog(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | class protected | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | TCustomFileSaveDialog |
Description
Create a file dialog. {{#multireplace:Vcl.Dialogs.TCustomFileSaveDialog.CreateFileDialog|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Dialogs.TCustomFileDialog.CreateFileDialog|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Dialogs.TCustomFileDialog.CreateFileDialog|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.