This is the main demo where you can see how you can serialize/deserialize simple types, records, classes, Delphi specific types (TStringList, TDataSet, etc...): Neon supports the (de)serialization of ...
When clicked the "Button1", a TStringList is created with a single value. This list is not freeded from the memory, so when you close the application, appears a message alerting that a memory leak has ...
I was reading about some other programming languages, and felt that it would be nice if I could 'borrow' features found across them in languages where they don't quite belong. <P>For instance, Delphi ...