FMX.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
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.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.

Extensions longer than three characters are not supported. Do not include the period (.) that separates the file name from the extension.

See Also