Hi, bis Delphi 2010 ging noch
Delphi-Quellcode:
function GetDocument( const markup: WideString ): IDispatch;
var
doc: OleVariant;
begin
Result := CoHtmlDocument.Create;
doc := Result;
doc.Open;
doc.Write( markup );
doc.Close;
end;
Seit XE bekomm ich die Fehlermeldung das "Die Methode Close nicht mehr vom Automatisierungsobjekt unterstützt wird"