Docs: LCL/dialogs. Adds TTaskDialogFlag values for changes in e5aa4cee.

This commit is contained in:
dsiders 2023-07-13 06:07:37 +01:00
parent 9e8ca12a38
commit b0260a08e5

View File

@ -4922,13 +4922,23 @@ Causes the current page only to be printed.
</element> </element>
<element name="TTaskDialogFlag"> <element name="TTaskDialogFlag">
<short>Represents options that can be enabled for TTaskDialog.</short> <short>
Represents options that can be enabled for TTaskDialog.
</short>
<descr> <descr>
<p>
TTaskDialogFlag values are stored in the TTaskDialogFlags type, as used in TTaskDialogFlag values are stored in the TTaskDialogFlags type, as used in
the TCustomTaskDialog.Flags property. the TCustomTaskDialog.Flags property.
</p>
</descr> </descr>
<version> <version>
<p>
Modified in LCL 3.0 to include tfEmulateClassicStyle in the enumeration. Modified in LCL 3.0 to include tfEmulateClassicStyle in the enumeration.
</p>
<p>
Modified in LCL 4.0 to include tfNoSetForeGround and tfSizeToContent in the
enumeration.
</p>
</version> </version>
<seealso> <seealso>
<link id="TTaskDialogFlags"/> <link id="TTaskDialogFlags"/>
@ -5007,6 +5017,17 @@ Form position will be poOwnerFormCenter, instead of poScreenCenter.
<element name="TTaskDialogFlag.tfCanBeMinimized"> <element name="TTaskDialogFlag.tfCanBeMinimized">
<short>Allow the dialog to be minimized.</short> <short>Allow the dialog to be minimized.</short>
</element> </element>
<element name="TTaskDialogFlag.tfNoSetForeGround">
<short>
Prevents bring the dialog to the foreground when the dialog is activated.
</short>
</element>
<element name="TTaskDialogFlag.tfSizeToContent">
<short>
Indicates the width for the dialog is determined by the text in the content
area. The flag is ignored if the dialog width is not set to 0 (zero).
</short>
</element>
<element name="TTaskDialogFlag.tfForceNonNative"> <element name="TTaskDialogFlag.tfForceNonNative">
<short>Forces use of an emulated task dialog form.</short> <short>Forces use of an emulated task dialog form.</short>
</element> </element>