[fpc-pascal] Any way to find all descendants of a class?

2012-02-29 Thread Craig Peterson
In Delphi I can use the new extended RTTI support to build a list of all TForm descendants in my application (TRttiContext.GetTypes). Is there any way to do the same thing in Free Pascal without having to explicitly add each class to a list? I do have an intermediate class that all of our other

Re: [fpc-pascal] Any way to find all descendants of a class?

2012-02-29 Thread Sven Barth
Am 29.02.2012 19:58, schrieb Craig Peterson: In Delphi I can use the new extended RTTI support to build a list of all TForm descendants in my application (TRttiContext.GetTypes). Is there any way to do the same thing in Free Pascal without having to explicitly add each class to a list? Free