Hi all..
all i'm trying to do is see if there are any
registered subclasses of a given class...
as part of this i guess i'll also need to iterate
through classes registered with RegisterClass()
ie is there a way of doing something like:
{ for each registered class do : }
aClass:=TCircle;
{ should be true }
if (aClass is TShape) then...
{ should be false }
if (aClass is TAnimal) then...
Comments/suggestions welcome..
Thanks,
Ben.
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz