I obtained the events TEdit.OnChange and TFloatSpinEdit.OnChange means different! If you change TEdit.Text value from code (by pressing right button in sample) it generates TEdit.OnChange event. But if you change TFloatSpinEdit.Value from code (by pressing left button in sample) it doesn't generate TFloatSpinEditOnChange event!
Is it bug?

How to change TEdit.Text value from code without calling of TEdit.OnChange?

Sample attached.

Attachment: OnChagneBug.tar.gz
Description: GNU Zip compressed data

Reply via email to