I'm currently faced with a desire to extend a base type being blocked by incompatible Field metadata.
The base type uses:
List:TList {NoClone}
And the type I'd like to make an extension of the base uses
List:TList {Clone}
Is there any way of setting metadata at run-time to get around this?
The base type uses:
List:TList {NoClone}
And the type I'd like to make an extension of the base uses
List:TList {Clone}
Is there any way of setting metadata at run-time to get around this?