From 020ca3b42c8e33389050dcb24d48988c595b7130 Mon Sep 17 00:00:00 2001 From: dsiders Date: Tue, 15 Apr 2025 18:08:05 -0400 Subject: [PATCH] Docs: LCL/dialogs. Additional updates to TOpenOption.ofViewDetail, TOpenOption.ofAutoPreview topics. Fixes spelling error. --- docs/xml/lcl/dialogs.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml index 0fc90e7b43..d5d29acc68 100644 --- a/docs/xml/lcl/dialogs.xml +++ b/docs/xml/lcl/dialogs.xml @@ -1484,10 +1484,18 @@ Not used in the current LCL version. Show hidden files. -Details are OS and interface dependent. + +Indicates that the preview pane should be displayed on the Open dialog box. +Used in gtk1, qt4, qt5, and qt6 widgetsets. Note: not implemented for gtk2 and +gtk3. + -OS and interface dependent. + +For Windows Vista (and later versions), indicates that the preview pane should +always be displayed on an Open dialog box. Causes the FOS_FORCEPREVIEWPANEON +flag to be included for a dialog using the Windows widgetset. + @@ -1542,12 +1550,6 @@ Added in LCL version 4.0. Hides items shown by default in the view's navigation pane. (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 @@ -1632,8 +1634,7 @@ Allows the dialog to be resized.
ofViewDetail
-Enables the file detail view in the QT4 and QT5 widgetsets. Not implemented -for any other platforms in the current LCL version. +Enables the preview pane on an Open dialog.

@@ -2121,8 +2122,7 @@ Allows the dialog to be resized at run-time.

ofViewDetail
-Enables the file detail view in the QT4 and QT5 widgetsets. Not implemented -for any other platforms in the current LCL version. +Enables the preview pane on an Open dialog.