|
3 |
retagged
|
||
|
2 |
typofix
|
||
Delphi Generic constaints constraints problem |
||||
|
1 |
|
||
Delphi Generic constaints problemI am trying to create a generic list class for use with tiOPF (an Object Persistence Framework for delphi @ www.tiopf.com). Specifically I am trying to take an existing generic class (TtiObjectList) and make a generic version that uses TtiObject descenants. I have limited scope for altering the base classes as they need to compile under D7 - D2009 and Free Pascal. I need to descend from TtiObjectList to keep the existing persistence mechanisms working.
My class is defined as follows:
The problem I have is that delphi is not seeing T as a TtiObject descendant. I am getting invalid typecast errors when I do something like:
If I don't do a type cast, then I get overload errors instead as shown in the listing above. Any ideas where I am going wrong? Sean
|
||||
