`TValue(float).ToString` - output format is different from Delphi

FPC Trunk

program test;
{$mode objfpc}

uses Rtti;

begin
  WriteLn(TValue(123.4).ToString);

  ReadLn;
end.

Output:

    123.4000

D12CE:

123.4000
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information