Archive for the ‘RTTI’ Category.
January 15, 2010, 4:00 pm
I’ll admit, I don’t like the default settings for Delphi 2010’s extended RTTI. Making almost everything included by default ends up compiling a ton of junk into the EXE, most of which will never get used. But every once in a while, you can find some sort of use for it.
Continue reading ‘Abusing extended RTTI for fun and profit’ »
October 16, 2009, 12:22 am
I woke up this morning and checked DelphiFeeds, and found a very interesting post by Joylon Smith about the use of the absolute keyword. That reminded me that I had to go and write up this article. Why? Because it’s the only way I know of to get inside an anonymous method’s functor object and do some looking around.
Continue reading ‘Under the hood of an anonymous method’ »