Docs: LCL/controls. Adds topics for modal result values added in bcd4138d.

(cherry picked from commit 3621913af7)
This commit is contained in:
dsiders 2023-11-03 01:20:27 +01:00
parent 9e2e702c53
commit e2f850e94c

View File

@ -622,6 +622,39 @@ Uncomment when the topic exists in the RTL documentation.
-->
</seealso>
</element>
<element name="mrContinue">
<short>
Modal result for the Continue button on a dialog.
</short>
<descr/>
<version>
Added in LCL version 4.0 for FPC compiler version 3.3.1 or higher.
</version>
<seealso>
<!--
Uncomment when the topic exists in the RTL documentation.
<link id="#rtl.system.uitypes.mrContinue">mrContinue</link>
-->
</seealso>
</element>
<element name="mrTryAgain">
<short>
Modal result for the Tray Again button on a dialog.
</short>
<descr/>
<version>
Added in LCL version 4.0 for FPC compiler version 3.3.1 or higher.
</version>
<seealso>
<!--
Uncomment when the topic exists in the RTL documentation.
<link id="#rtl.system.uitypes.mrTryAgain">mrTryAgain</link>
-->
</seealso>
</element>
<element name="mrLast">
<short>
Last (highest) value of modal results.