Docs: LCL/dialogs. Adds topics for changes in b7d34812.

(cherry picked from commit 6690bb5ac8)
This commit is contained in:
dsiders 2023-08-27 21:23:38 +01:00
parent 77f256017a
commit c12fc1ce44

View File

@ -5832,6 +5832,53 @@ Added in LCL version 4.0.
<seealso/>
</element>
<!-- TODO: Added in b7d34812. -->
<element name="TDE_CONTENT">
<short>
Numeric constant which identifies the text in the main content area on a task
dialog.
</short>
<descr/>
<version>
Added in LCL version 4.0.
</version>
<seealso/>
</element>
<element name="TDE_EXPANDED_INFORMATION">
<short>
Numeric constant which identifies the expandable text area for a task dialog.
</short>
<descr/>
<version>
Added in LCL version 4.0.
</version>
<seealso/>
</element>
<element name="TDE_FOOTER">
<short>
Numeric constant which identifies the footer text area for a task dialog.
</short>
<descr/>
<version>
Added in LCL version 4.0.
</version>
<seealso/>
</element>
<element name="TDE_MAIN_INSTRUCTION">
<short>
Numeric constant which identifies the title in the main content areas on a task
dialog.
</short>
<descr/>
<version>
Added in LCL version 4.0.
</version>
<seealso/>
</element>
<element name="TTaskDialogProgressBar">
<short>
Provides information about a progress bar displayed on a TTaskDialog instance.