[Overview][Classes][Procedures and functions][Index] |
The OnChange event is fired when spin edit value has changed.
Source position: spin.pp line 94
published property TFloatSpinEdit.OnChange : TNotifyEvent; |
This OnChange event is based on TCustomEdit.OnChange, so it is fired both on changes 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.
|
Event handler for any change in text. |
|
|
The OnChange event is fired when the spin edit value has changed. |
lazarus-ccr.sourceforge.net |