Comment s'exposer à une classe écrite en Prism via COM Interop? Par exemple, étant donné l'interface suivante: a été importéExposer la fonctionnalité via Prism & Com Interop
TYPE
IFoo = public interface
property bar: string; read;
end;
FooImpl = class(IFoo)
private
function GetBar : string;
public
property bar: string; read GetBar;
end;
Dans cet exemple, supposons IFoo via TLBIMP et lié au projet.