[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the default extension for file names in the dialog.
Source position: dialogs.pp line 174
published property TFileDialog.DefaultExt : string |
DefaultExt is a String property which contains the default file extension used for the FileName or Files in the file dialog. It can contain a value like 'pas' or '.pas'. If the Period character is not present in the first position, it is inserted before the property value is stored.
DefaultExt is used in descendent classes, like TOpenDialog, and provides the value that is appended to a file name when an extension or a Filter has not been provided.
|
Contains the UTF-8-encoded name for a file chosen using the dialog. |
|
|
Stores the names of files (or directories) selected using the dialog. |
|
|
This property sets which file filter is the default. |
|
|
A string which contains available filename filters used to select files by their file extensions. |
|
|
Ensures the specified file name meets the requirements for the dialog. |
Version 4.0 | Generated 2025-05-03 | Home |