Hello.
I have a sample project with only a TsDecimalSpinEdit with its Change Event that fires a message.
If you have the DecimalPlaces set to 2 (which is the default value) and run the project, the Create Event message appears. The Change Event message naturally does not fire until a change event occurs.
If you have the DecimalPlaces set to any value other than 2 (even 0) and run the project, the Change Event fire first then the Create Event message appears. Something is wrong. If you put code in the Change Event (under this condition) for anything that needs to be created like a string list you get an access violation.
I tested this in both Tokyo and Rio.
Thanks.
Attachments:
You must be
logged in to view attached files.