Einzelnen Beitrag anzeigen

BorlanDelphiUser

Registriert seit: 10. Mär 2003
Ort: Waltersdorf
91 Beiträge
 
Delphi 5 Professional
 
#12

Re: TWebBrowser -> POPUP URL?

  Alt 25. Feb 2005, 17:06
@toms ... hab da noch folgendes Problem

Delphi-Quellcode:
procedure TForm1.WebBrowserNewWindow2(ASender: TObject;
  var ppDisp: IDispatch; var Cancel: WordBool);
var
  URL: WideString;
begin
  URL := ((TWebBrowser_neu(ASender).document as IHTMLDocument2).activeElement as IHTMLElement).getAttribute('href', 0);
end;
Zitat:
[Error] Unit1.pas(35): Undeclared identifier: 'IHTMLDocument2'
[Error] Unit1.pas(35): Operator not applicable to this operand type
[Error] Unit1.pas(35): Undeclared identifier: 'IHTMLElement'
[Error] Unit1.pas(35): Operator not applicable to this operand type
[Fatal Error] Project1.dpr(5): Could not compile used unit 'Unit1.pas'
Besucht auch mal meine Homepage www.r-kersten.de. Es wäre schön wenn ihr mir einen Gästebucheintrag hinterlasst.
  Mit Zitat antworten Zitat