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

This commit is contained in:
dsiders 2023-11-03 01:20:27 +01:00
parent 34b8426de2
commit 3621913af7

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.