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 @@ -