+Values from TOpenOptionEx are stored in the TOpenOptionsEx set type +used to implement the OptionsEx property in TOpenDialog. +
++The current implementation contains values that are specific to the IFileDialog +options available in Windows Vista or later versions. +
++Values which are intentionally not supported include: ofDefaultNoMiniMode and +ofHideMruPlaces. These values are not supported as of Windows 7. +
++TOpenOptionsEx is a set type used to store zero (0) or more values +from the TOpenOptionEx enumeration. It is the type used to implement +the OptionsEx property in TOpenDialog, and contains the widgetset-specific +options enabled for a dialog. +
++In the current implementation, TOpenOptionsEx contains values specific to +Windows Vista or later versions. It contains values which cannot be mapped +directly to values in the TOpenOption enumeration. +
++OptionsEx is a TOpenOptionsEx property which contains the +widgetset-specific options enabled when the dialog is executed. It can contain +zero (0) or more values from the TOpenOptionEx enumeration. The default value +for the property is an empty set ([]). +
++OptionsEx is used in the widgetset class instance to apply values which cannot +be represented using TOpenOptions and TOpenOption, which are used on all of the +supported LCL platforms. In the current LCL version, OptionsEx is used for the +Windows platform and supports Windows Vista or later version. +
+