mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 19:02:31 +02:00
Docs: LCL/controls. Adds topics for modal result values added in bcd4138d
.
This commit is contained in:
parent
34b8426de2
commit
3621913af7
@ -622,6 +622,39 @@ Uncomment when the topic exists in the RTL documentation.
|
|||||||
-->
|
-->
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</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">
|
<element name="mrLast">
|
||||||
<short>
|
<short>
|
||||||
Last (highest) value of modal results.
|
Last (highest) value of modal results.
|
||||||
|
Loading…
Reference in New Issue
Block a user