Explorar o código

rtti: TValue char toString

mattias hai 7 meses
pai
achega
62c21d3823
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/rtl/src/rtti.pas

+ 1 - 0
packages/rtl/src/rtti.pas

@@ -1372,6 +1372,7 @@ begin
     tkEnumeration: Result := GetEnumName(TTypeInfoEnum(TypeInfo), AsOrdinal);
     tkFloat: Result := FloatToStr(AsExtended, AFormatSettings);
     tkInteger: Result := IntToStr(AsNativeInt);
+    tkChar,
     tkString: Result := AsString;
   else
     Result := '';