ImageEn, unit ieopensavedlg |
|
TOpenImageEnDialog.ExtendedFilters
Declaration
property ExtendedFilters: String;
Description
Specifies additional file formats to include when
AutoSetFilter is True.
The format will be added as a selectable file format, and also included in the "All Images" set.
// Add the "Fun" file type to the file formats list
OpenImageEnDialog1.ExtendedFilters := 'Fun Bitmap|*.fun;*.fan;';