<p>Am 01.07.2015 21:40 schrieb "Marco van de Voort" <<a href="mailto:marcov@stack.nl">marcov@stack.nl</a>>:<br>
><br>
> In our previous episode, Sven Barth said:<br>
> > exception class), anything involving global variables (either<br>
> > implementation or interface) in units that exist both in the library and in<br>
> > the program.<br>
> ><br>
> > Not to mention RTTI (basically a superset of the "exception handling" case<br>
> > mentioned by Jonas).<br>
><br>
> Also RTTI like class info (not used over typinfo unit) like IS, AS, .InheritsFrom?<br>
> IOW Objecttype identity operations.</p>
<p>That's what I meant with RTTI. From the compiler/RTL point of view all that /is/ RTTI (in the literal sense as "runtime type information", not the "published properties" etc we usually understand as it).</p>
<p>Regards,<br>
Sven</p>