Am 01.07.2015 21:40 schrieb "Marco van de Voort" <mar...@stack.nl>:
>
> In our previous episode, Sven Barth said:
> > exception class), anything involving global variables (either
> > implementation or interface) in units that exist both in the library
and in
> > the program.
> >
> > Not to mention RTTI (basically a superset of the "exception handling"
case
> > mentioned by Jonas).
>
> Also RTTI like class info (not used over typinfo unit) like IS, AS,
.InheritsFrom?
> IOW Objecttype identity operations.

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).

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to