mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-01 15:07:38 +01:00
Docs: LCL/dialogs. Updates content in TOpenOptionEx topics.
This commit is contained in:
parent
320c0da41d
commit
42b43c96c0
@ -1498,7 +1498,8 @@ used to implement the OptionsEx property in TOpenDialog.
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The current implementation contains values that are specific to the IFileDialog
|
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>
|
||||||
<p>
|
<p>
|
||||||
Values which are intentionally not supported include: ofDefaultNoMiniMode and
|
Values which are intentionally not supported include: ofDefaultNoMiniMode and
|
||||||
@ -1520,12 +1521,14 @@ Hides items shown by default in the view's navigation pane. (Windows Vista+)
|
|||||||
</element>
|
</element>
|
||||||
<element name="TOpenOptionEx.ofForcePreviewPaneOn">
|
<element name="TOpenOptionEx.ofForcePreviewPaneOn">
|
||||||
<short>
|
<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>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
<element name="TOpenOptionEx.ofStrictFileTypes">
|
<element name="TOpenOptionEx.ofStrictFileTypes">
|
||||||
<short>
|
<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>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
<element name="TOpenOptionEx.ofPickFolders">
|
<element name="TOpenOptionEx.ofPickFolders">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user