Hi,

I've implemented a custom variant in delphi an tried to port it to lazarus.

A lot of TCustomVariantType seems not to be supported.
Example:

procedure TCustomVariantType.VarDataInit(var Dest: TVarData);
begin
 NotSupported('TCustomVariantType.VarDataInit');
end;

Also the functions to implement methods and properties seem not to be implemeted.
I get a DispInvoke not supported message when running my program.

Searching the internet for examples how to implement custom variants did not bring up
a lot. It seems that even in delphi it is a rarely used feature.

Is there a way to implement the custom variant with methods and properties
in lazarus ?

Maik



--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to