diff --git a/components/lazcontrols/docs/spinex.xml b/components/lazcontrols/docs/spinex.xml index 08e1d4ad31..6b6b43cc83 100644 --- a/components/lazcontrols/docs/spinex.xml +++ b/components/lazcontrols/docs/spinex.xml @@ -827,11 +827,25 @@ needed when the handle is allocated for the control, and before child controls are created. InitializeWnd calls the inherited method on entry.
-InitializeWnd calls UpdateControl to validate and update members -in the class instance. +InitializeWnd updates the value in the Text property by calling ValueToStr. +This ensures that the Value property is range-limited to the settings +in MinValue and MaxValue (when needed). InitializeWnd calls UpdateControl to +validate and update members in the class instance using NullValue and +NullValueBehavior (when needed).
-