mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-18 14:59:15 +02:00
Docs: LCL/extdlgs. Changes topic order to match declaration order in 0cbb6646
.
This commit is contained in:
parent
6aa7c6de12
commit
e26d8f9464
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user