| ImageEn, unit ieopensavedlg |
|
TIECommonDialog.ExtendedDialog
Declaration
property ExtendedDialog: Boolean;
Description
Extends the Open/Save dialog with extra features, such as file information.
Default: True
Example
// Disable the extended dialog
OpenImageEnDialog1.ExtendedDialog := False;