From 031da6d8e6bed71a1f2bf2ea5e6f6bb9cc74af14 Mon Sep 17 00:00:00 2001 From: dsiders Date: Wed, 6 Sep 2023 05:08:28 +0100 Subject: [PATCH] Docs: LCL/dialogs. Updates content in TOpenOptionEx topics. (cherry picked from commit 42b43c96c068dde500eeac0c25fdf723ea48c7b5) --- docs/xml/lcl/dialogs.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml index a12a9dc60b..e9cc13614c 100644 --- a/docs/xml/lcl/dialogs.xml +++ b/docs/xml/lcl/dialogs.xml @@ -1498,10 +1498,11 @@ 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. +interface (ShlObj) and represent dialog options available in Windows Vista or +later versions.

-Values which are intentionally not supported include: ofDefaultNoMiniMode and +Values which are intentionally not supported include: ofDefaultNoMiniMode and ofHideMruPlaces. These values are not supported as of Windows 7.

@@ -1520,12 +1521,14 @@ Hides items shown by default in the view's navigation pane. (Windows Vista+) -Indicates to the Open dialog box that the preview pane should always be displayed. (Windows Vista+) +Indicates an Open dialog should always display the preview pane. (Windows +Vista+) -In a Save dialog, restrict the file extension to a file type available in the Filter property for the dialog. (Windows Vista+) +In a Save dialog, restrict the file extension to a file type available in the +Filter property for the dialog. (Windows Vista+)