| 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;