Vcl.Dialogs.TOpenDialog.DefaultExt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultExt: string read FDefaultExt write FDefaultExt;

C++

__property System::UnicodeString DefaultExt = {read=FDefaultExt, write=FDefaultExt};

Properties

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

Description

Specifies a default file extension.

DefaultExt specifies a file extension that is appended automatically to the selected file name, unless the selected file name already includes a registered extension. If the user selects a file name with an extension that is unregistered, DefaultExt is appended to the unregistered extension.

Extensions longer than three characters are not supported. Do not include the period (.) that divides the file name and its extension.

Code Examples