<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">I want to do something like this but the compile
complains.<br>
<br>
Type<br>
    generic TMyMap<TKey, TData> =class( generic TFPGMap<TKey,
TData>)<br>
      destructor Destroy; override;<br>
      constructor Create;<br>
    end;<br>
<br>
<br>
I want to override some methods and destructor before my class is
specialized later.<br>
<br>
Is it possible? How?<br>
<br>
Dennis<br>
</font>
</body>
</html>