From 241141912e5454c254d8be5b103b01bbe6699b26 Mon Sep 17 00:00:00 2001 From: dsiders Date: Wed, 19 Jan 2022 16:52:18 +0000 Subject: [PATCH] Docs: LazControls/spinex. Updates, removes topics for TCustomFloatSpinEditEx.NumbersOnly property. Depends on a80c5252. --- components/lazcontrols/docs/spinex.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/components/lazcontrols/docs/spinex.xml b/components/lazcontrols/docs/spinex.xml index 77ff29c2d3..34dadba154 100644 --- a/components/lazcontrols/docs/spinex.xml +++ b/components/lazcontrols/docs/spinex.xml @@ -26,6 +26,7 @@ + @@ -1042,6 +1043,9 @@

Do not create instances of TCustomFloatSpinEditEx; use the TFloatSpinEditEx descendant which sets the visibility and default values for properties in the class.

+ + The NumbersOnly property has been removed as a published property in TCustomFloatSpinEditEx and its descendent classes. It is not appropriate for use in floating point notation. Removed in LazUtils version 2.3.0. + @@ -1332,6 +1336,23 @@ New value for the property.
+ + Registers the widget set class used for the control. + +

+ Calls the inherited method on entry, and registers the following properties to be skipped during LCL component streaming: +

+
+
NumbersOnly
+
Property should not be published for this control.
+
+
+ + Added in LazUtils version 2.3.0 and higher. + + +
+ Specifies the formatting used to edit and display the Value for the control. @@ -1583,7 +1604,6 @@ -