ImageEn, unit ieopensavedlg

TOpenImageEnDialog.ExtendedFilters

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.


Example

// Add the "Fun" file type to the file formats list
OpenImageEnDialog1.ExtendedFilters := 'Fun Bitmap|*.fun;*.fan;';