For example I need global setting for whole app form like this:
FormatSettings.DecimalSeparator := ',';
FormatSettings.ThousandSeparator := #0;
where is the best one place in the web core app?
For example I need global setting for whole app form like this:
FormatSettings.DecimalSeparator := ',';
FormatSettings.ThousandSeparator := #0;
where is the best one place in the web core app?
If it is global, it could go in the .DPR source