Thread overview
how do I get the ClassInfo of an object..
Nov 10, 2002
Lloyd Dupont
Nov 10, 2002
Burton Radons
Nov 10, 2002
Lloyd Dupont
November 10, 2002
given an Object I would like to retrieve it's ClassInfo, how could I do ? typeof() seems not to work ... is there an equivalent mechanism ?


November 10, 2002
Lloyd Dupont wrote:
> given an Object I would like to retrieve it's ClassInfo, how could I do ?
> typeof() seems not to work ... is there an equivalent mechanism ?

"object.classinfo".

November 10, 2002
ha ...
ok, thanks.

BTW I could say I'm very pleased by the speed of the compiler, it's almost instantaneous...

"Burton Radons" <loth@users.sourceforge.net> a écrit dans le message de news: aqlef3$ncq$1@digitaldaemon.com...
> Lloyd Dupont wrote:
> > given an Object I would like to retrieve it's ClassInfo, how could I do
?
> > typeof() seems not to work ... is there an equivalent mechanism ?
>
> "object.classinfo".
>