How to do Manager.FindAll(Object.ClassType)

Hi,

How to make a FindAll if I don't know the object class at the compile time,
like Manager.Find(TClass,...
Thanks

There is an overloaded alternative for the Find method that takes the class as parameter:


Manager.Find(TMyClass).List;




I'm really sorry, I gave you wrong information. The overloaded method is CReateCriteria:


FManager.CreateCriteria(TStudio).List;