Vincent Snijders wrote:
I would try to use a named type:
type
TTwoUnicodeValuesList = specialize TTwoValuesList<UnicodeString>;
procedure TForm1.Button1Click(Sender: TObject);
var
lst: TTwoUnicodeValuesList;
begin
end;
Vincent
Thanks, it works with named type.
Is using not named specializations is some kind of "not implemented yet"
part? :)
Regards
Zlvinas Ledas
_______________________________________________
fpc-devel maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel