Monday 17th July.
Graeme Keast gave a presentation on his code to write objects to JSON, and how he uses RTTI to achieve this.
Then John McDonald gave a short presentation on Streams.… Continue reading ›
Graeme Keast gave a presentation on his code to write objects to JSON, and how he uses RTTI to achieve this.
Then John McDonald gave a short presentation on Streams.… Continue reading ›
Lachlan gave a clear and methodical presentation of RTTI, comparing the syntactically obtuse older version with the new and improved model introduced with D2010.… Continue reading ›
What’s RTTI? It’s Run-Time Type Information or the ability to discover, query, set and invoke variables and methods at runtime. It’s not something you use everyday but when you do it either saves you from hours of monotonous typing or it lets you do things in code you didn’t think were possible with Delphi.… Continue reading ›