mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 21:20:30 +02:00
Docs: LazControls/spinex. Updates TSpinEditExBase.InitializeWnd topic for changes in a3ba11e5
.
This commit is contained in:
parent
e70d0e18c4
commit
f84ae33d17
@ -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.
|
controls are created. InitializeWnd calls the inherited method on entry.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
InitializeWnd calls <var>UpdateControl</var> to validate and update members
|
InitializeWnd updates the value in the Text property by calling ValueToStr.
|
||||||
in the class instance.
|
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).
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso/>
|
<seealso>
|
||||||
|
<link id="TSpinEditExBase.GetLimitedValue"/>
|
||||||
|
<link id="TSpinEditExBase.MinValue"/>
|
||||||
|
<link id="TSpinEditExBase.MaxValue"/>
|
||||||
|
<link id="TSpinEditExBase.NullValue"/>
|
||||||
|
<link id="TSpinEditExBase.NullValueBehavior"/>
|
||||||
|
<link id="TSpinEditExBase.UpdateControl"/>
|
||||||
|
<link id="TSpinEditExBase.Value"/>
|
||||||
|
<link id="TSpinEditExBase.ValueToStr"/>
|
||||||
|
<link id="#lcl.groupededit.TCustomAbstractGroupedEdit.Text">TCustomAbstractGroupedEdit.Text</link>
|
||||||
|
<link id="#lcl.controls.TWinControl.InitializeWnd">TWinControl.InitializeWnd</link>
|
||||||
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="TSpinEditExBase.FinalizeWnd">
|
<element name="TSpinEditExBase.FinalizeWnd">
|
||||||
|
Loading…
Reference in New Issue
Block a user