Vcl.Dialogs.TFileSaveDialog.DefaultExtension

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultExtension: string read FDefaultExtension write FDefaultExtension default 0;

C++

__property DefaultExtension = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFileSaveDialog

Description

Default extension to be added to file names.

Vcl.Dialogs.TFileSaveDialog.DefaultExtension inherits from Vcl.Dialogs.TCustomFileDialog.DefaultExtension. All content below this line refers to Vcl.Dialogs.TCustomFileDialog.DefaultExtension.

Default extension to be added to file names.

DefaultExtension contains the default extension to add to file names.

See Also