Posts by Leivio Fontenele • 36 points
2 posts
-
1
votes2
answers864
viewsA: Remove fields created at runtime
Never use Tedit(Components[i]). Destroy directly in place Tedit(Components[i]). Free who internally makes the memory release treatment and call the right events.!
delphianswered Leivio Fontenele 36 -
1
votes1
answer1421
viewsA: How to serialize a Json in Object? Delphi XE7
Objects in Pascal Object are typed, so you need to include some references within the JSON so that the process of UnMarshal can identify the ID and the REF. Here is an example of JSON that should be…