Docs: LazControls/laznumedit. Adds and updates topics and content.

* Includes changes in cab5b39f, 20445109, f54755cc, c924cafb.
* Issue numbers #41079, #41080, #41081, #41082.

(cherry picked from commit b828c4ab21)
This commit is contained in:
dsiders 2024-08-16 00:33:36 +01:00
parent add007db63
commit 8712f17d44

View File

@ -26,25 +26,9 @@ numeric base.
<element name="Clipbrd"/>
<element name="StrUtils"/>
<element name="Min_limit">
<short>
Lower limit for the value in an Integer edit control.
</short>
<descr/>
<seealso/>
</element>
<element name="Max_limit">
<short>
Upper limit for the value in an Integer edit control.
</short>
<descr/>
<seealso/>
</element>
<element name="TLazIntegerEditBaseChangeEvent">
<short>
Specified an event handler signalled when the numeric base for an Integer edit control is changed.
Specifies an event handler signalled when the numeric base (radix) for an Integer edit control is changed.
</short>
<descr/>
<seealso/>
@ -55,13 +39,19 @@ Control for the event notification.
</short>
</element>
<element name="TLazIntegerEditBaseChangeEvent.ACurrentBase">
<short/>
<short>
Current numeric base for the notification.
</short>
</element>
<element name="TLazIntegerEditBaseChangeEvent.ANewBase">
<short/>
<short>
New numeric base for the notification.
</short>
</element>
<element name="TLazIntegerEditBaseChangeEvent.APrefix">
<short/>
<short>
Optional prefix for the new numeric base.
</short>
</element>
<element name="TLazIntegerEditGen">
@ -76,6 +66,23 @@ base.
</seealso>
</element>
<!-- protected -->
<element name="TLazIntegerEditGen.Min_limit">
<short>
Lower limit for the Int64 value in the control.
</short>
<descr/>
<seealso/>
</element>
<element name="TLazIntegerEditGen.Max_limit">
<short>
Upper limit for the Int64 value in the control.
</short>
<descr/>
<seealso/>
</element>
<!-- private -->
<element name="TLazIntegerEditGen.FAllowMinus"/>
<element name="TLazIntegerEditGen.FAllowPlus"/>
@ -436,11 +443,39 @@ Owner of the class instance.
</element>
<!-- published -->
<element name="TLazIntegerEdit.Value" link="#lazcontrols.laznumeduit.TLazIntegerEditGenEdit.Value"/>
<element name="TLazIntegerEdit.Value" link="#lazcontrols.laznumedit.TLazIntegerEditGenEdit.Value"/>
<element name="TLazIntegerEdit.MinValue" link="#lazcontrols.laznumeduit.TLazIntegerEditGenEdit.MinValue"/>
<element name="TLazIntegerEdit.MinValue" link="#lazcontrols.laznumedit.TLazIntegerEditGenEdit.MinValue"/>
<element name="TLazIntegerEdit.MaxValue" link="#lazcontrols.laznumeduit.TLazIntegerEditGenEdit.MaxValue"/>
<element name="TLazIntegerEdit.MaxValue" link="#lazcontrols.laznumedit.TLazIntegerEditGenEdit.MaxValue"/>
<element name="TLazIntegerEdit.DisplayBase" link="#lazcontrols.laznumedit.TLazIntegerEditGen.DisplayBase"/>
<element name="TLazIntegerEdit.SetDecimalKeys" link="#lazcontrols.TLazIntegerEditGen.SetDecimalKeys"/>
<element name="TLazIntegerEdit.HexIndicator" link="#lazcontrols.TLazIntegerEditGen.HexIndicator"/>
<element name="TLazIntegerEdit.SetHexKeys" link="#lazcontrols.TLazIntegerEditGen.SetHexKeys"/>
<element name="TLazIntegerEdit.ToggleHexKeys" link="#lazcontrols.TLazIntegerEditGen.ToggleHexKeys"/>
<element name="TLazIntegerEdit.OctIndicator" link="#lazcontrols.TLazIntegerEditGen.OctIndicator"/>
<element name="TLazIntegerEdit.SetOctKeys" link="#lazcontrols.TLazIntegerEditGen.SetOctKeys"/>
<element name="TLazIntegerEdit.ToggleOctKeys" link="#lazcontrols.TLazIntegerEditGen.ToggleOctKeys"/>
<element name="TLazIntegerEdit.BinIndicator" link="#lazcontrols.TLazIntegerEditGen.BinIndicator"/>
<element name="TLazIntegerEdit.SetBinKeys" link="#lazcontrols.TLazIntegerEditGen.SetBinKeys"/>
<element name="TLazIntegerEdit.ToggleBinKeys" link="#lazcontrols.TLazIntegerEditGen.ToggleBinKeys"/>
<element name="TLazIntegerEdit.OnBaseChange" link="#lazcontrols.TLazIntegerEditGen.OnBaseChange"/>
<element name="TLazIntegerEdit.AllowMinus" link="#lazcontrols.TLazIntegerEditGen.AllowMinus"/>
<element name="TLazIntegerEdit.AllowPlus" link="#lazcontrols.TLazIntegerEditGen.AllowPlus"/>
<!-- public -->
<!-- TODO: replicate inherited content or link to topic -->