Is there a way to dynamically type cast by class information parameter in Delphi?

Advertisements I am having some difficulty understanding typecasting when using a class that is a passed parameter. I tried searching for this but couldn’t find other answers. I am working with some legacy Delphi code, using Delphi 2006, which doesn’t support Generics (introduced in Delphi 2009). The code is using TLists to store pointers to… Read More Is there a way to dynamically type cast by class information parameter in Delphi?