05-01-2018, 02:28 PM
Delphi does not keep track of all classes like .NET and other frameworks. If a class exists in definition only (ie no instance), you have to make a list yourself or use RegisterClass for each one so that it can be "found".