mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 14:39:27 +02:00
Documents T(Float)SpinEdit.OnChange
git-svn-id: trunk@31815 -
This commit is contained in:
parent
3b09a8015c
commit
1ddef2e020
@ -432,8 +432,11 @@
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TFloatSpinEdit.OnChange">
|
||||
<short>The OnChange event is fired when spin edit value has changed.</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<descr>This OnChange event is based on <var>TCustomEdit.OnChange</var>, so it is fired both on changed made by the user and also for changes made by code. A change is defined as a modification which will cause the text displayed on the screen by the control to change. This corresponds to a change in the property Value of the control. The event is called after the change takes place, so the Value property will contain the new value.</descr>
|
||||
<seealso>
|
||||
<link id="#LCL.StdCtrls.TCustomEdit.OnChange">TCustomEdit.OnChange</link>
|
||||
<link id="#LCL.Spin.TSpinEdit.OnChange">TSpinEdit.OnChange</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TFloatSpinEdit.OnChangeBounds">
|
||||
@ -764,9 +767,12 @@
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TSpinEdit.OnChange">
|
||||
<short>The OnChange event is fired when spin edit value has changed.</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short>The OnChange event is fired when the spin edit value has changed.</short>
|
||||
<descr>This OnChange event is based on <var>TCustomEdit.OnChange</var>, so it is fired both on changed made by the user and also for changes made by code. A change is defined as a modification which will cause the text displayed on the screen by the control to change. This corresponds to a change in the property Value of the control. The event is called after the change takes place, so the Value property will contain the new value.</descr>
|
||||
<seealso>
|
||||
<link id="#LCL.StdCtrls.TCustomEdit.OnChange">TCustomEdit.OnChange</link>
|
||||
<link id="#LCL.Spin.TFloatSpinEdit.OnChange">TFloatSpinEdit.OnChange</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TSpinEdit.OnChangeBounds">
|
||||
|
Loading…
Reference in New Issue
Block a user