mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 14:40:31 +02:00
Docs: LCL/dialogs. Updates content in TOpenOptionEx topics.
(cherry picked from commit 42b43c96c0
)
This commit is contained in:
parent
d070274653
commit
031da6d8e6
@ -1498,10 +1498,11 @@ used to implement the OptionsEx property in TOpenDialog.
|
||||
</p>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
</descr>
|
||||
@ -1520,12 +1521,14 @@ Hides items shown by default in the view's navigation pane. (Windows Vista+)
|
||||
</element>
|
||||
<element name="TOpenOptionEx.ofForcePreviewPaneOn">
|
||||
<short>
|
||||
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+)
|
||||
</short>
|
||||
</element>
|
||||
<element name="TOpenOptionEx.ofStrictFileTypes">
|
||||
<short>
|
||||
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+)
|
||||
</short>
|
||||
</element>
|
||||
<element name="TOpenOptionEx.ofPickFolders">
|
||||
|
Loading…
Reference in New Issue
Block a user