Or more simply in the latest Delphi mode:

  TMyMap<TKey, TData> = class(TFPGMap<TKey, TData>)
    // ...
  end;

Which is how the FPC mode syntax should have been to begin with IMO.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to