You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Char (tkChar,tkWChar) is well serialized to Json but is ignored when Deserialized due to the function: class function TJSON.Parse<T>(JSON: ISuperObject): T;
into which tkChar & tkWChar are not handled.
Best regards.
The text was updated successfully, but these errors were encountered:
Hello,
Char (tkChar,tkWChar) is well serialized to Json but is ignored when Deserialized due to the function:
class function TJSON.Parse<T>(JSON: ISuperObject): T;
into which tkChar & tkWChar are not handled.
Best regards.
The text was updated successfully, but these errors were encountered: