AdvSpinEdit onchange event

Good mornig to all,
i have one spenedit setted as currency and precision to 2 and set the onchange event.
If i type into spinedit editor or i use the buttons, the onchange event is firedup as expected.
But if i set some value as AdvSpinEdit1.FloatValue:=12,3 the text is updated but the onchange event is not called.
Can you check if this happend to you?

Thank you

Best regard
Daniele

This is by design. When you set a value programmatically, your code knows and can if needed invoke any other code that should be run. With this design, you can also perfectly make a difference between UI invoked changes and programmatic changes.

Thank you Bruno ,
the question was just to "confirm" this.
In code, after change value via program, i call onchange.

Thank you again.

Daniele