I want to do something like this but the compile complains.
Type generic TMyMap<TKey, TData> =class( generic TFPGMap<TKey, TData>) destructor Destroy; override; constructor Create; end;I want to override some methods and destructor before my class is specialized later.
Is it possible? How? Dennis
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal