Good mornig to all,
in TAdvEdit there is an AutoThousandSeparator property that works good if the number is typing.
But if the number is setted via AdvEdit.Text or AdvEdit.Value there is no automatic formatted text.
Can you check? (now i go via formatfloat).
Thank's
Daniele
Good morning again,
it is also possible to have this feature in the spinedit while typing money or float ?
Thank's
Daniele
AutoThousandSeparator only applies while entering a value via the UI and this is by design.
If you set a value programmatically, please use a function like Format() to specify how you want to have the formatting.
For TAdvSpinEdit was have unfortunately at this time no AutoThousandSeparator setting. We'll consider that for a future update.
Hi bruno sorry for delay ...
in advedit i already use the format function.
When use advspinedit for currency use in some circumstances the separator can help to read quickly the value.
Thank's for you answer.
Regard
Daniele