Hi all, let me share with you another little component that might help a ton :)
It will format all properties that are numbers ( IsNumber() ) and that match a regular expression ( RPropertyNames() ) to a general format ( Format('%.4G', prop[i]) ).
Only 2 parameters: the number of significant digits, and the regex.
Yes, it goes in array items :)
And yes, it comes with an example.
This is particularly useful for reporting (you know me), when you have many columns.
Enjoy!
