rtl: less hints

This commit is contained in:
mattias 2018-04-27 08:37:34 +00:00
parent f6cee08d5d
commit 2acf5c93dd

View File

@ -1668,6 +1668,7 @@ Begin
14: Result := '(' + CurrencyString + ' ' + Result + ')';
15: Result := '(' + Result + ' ' + CurrencyString + ')';
end;
if TS='' then ;
end;
Function FloatToStrF(const Value : double; format: TFloatFormat; Precision, Digits: Integer): String;