After switching RAD Studio XE8 to RAD Studio 10 Seattle, I get the following error:
[bcc64 Error] Unit1.cpp(425): call to 'AnsiReplaceStr' is ambiguous
System.StrUtils.hpp(51): candidate function
System.AnsiStrings.hpp(82): candidate function
Original code:
UniTable1->FieldByName("chuva")->AsFloat =
StrToFloat(chuva, ".", ",");