Docs: LCL/extdlgs. Changes topic order to match declaration order in 0cbb6646.

This commit is contained in:
dsiders 2023-08-13 18:20:15 +01:00
parent 6aa7c6de12
commit e26d8f9464

View File

@ -2030,6 +2030,32 @@ ShowWeekNumbers.
<seealso/>
</element>
<element name="TCalendarDialog.OKCaption">
<short>
Caption displayed on the OK button.
</short>
<descr>
<p>
<var>OKCaption</var> is a String property which contains the caption
displayed on the OK button in the dialog.
</p>
</descr>
<seealso></seealso>
</element>
<element name="TCalendarDialog.CancelCaption">
<short>
Caption displayed on the Cancel button for the calendar dialog form.
</short>
<descr>
<p>
<var>CancelCaption</var> is a String property which contains the caption
displayed on the Cancel button for the dialog.
</p>
</descr>
<seealso></seealso>
</element>
<element name="TCalendarDialog.OnDayChanged">
<short>
Event handler signalled when the day number in Date has been changed.
@ -2067,32 +2093,6 @@ Event handler signalled when the value in Date has been changed.
<seealso></seealso>
</element>
<element name="TCalendarDialog.OKCaption">
<short>
Caption displayed on the OK button.
</short>
<descr>
<p>
<var>OKCaption</var> is a String property which contains the caption
displayed on the OK button in the dialog.
</p>
</descr>
<seealso></seealso>
</element>
<element name="TCalendarDialog.CancelCaption">
<short>
Caption displayed on the Cancel button for the calendar dialog form.
</short>
<descr>
<p>
<var>CancelCaption</var> is a String property which contains the caption
displayed on the Cancel button for the dialog.
</p>
</descr>
<seealso></seealso>
</element>
<element name="Register">
<short>Registers components in the unit for use in the Lazarus IDE.</short>
<descr>