Registriert seit: 22. Mär 2003
Ort: Finsterwalde
622 Beiträge
Turbo Delphi für Win32
|
Re: TurboDelphi und TMozillaBrowser
5. Dez 2009, 10:12
Zitat von Bernhard Geyer:
Schau mal nach ob das Control wirklich von TWinControl abgeleitet ist. Selbst habe ich nur TWebBrowser (TEmbeddedWB) im Einsatz so das ich nur von dort auf den Code im Mozilla-Controll schließe.
Also:
Delphi-Quellcode:
Type
TMozillaBrowser = Class(TOleControl)
End;
TOleControl = class(TWinControl, IUnknown, IOleClientSite,
IOleControlSite, IOleInPlaceSite, IOleInPlaceFrame, IDispatch,
IPropertyNotifySink, ISimpleFrameSite, IServiceProvider)
End;
Muss mir das was sagen?
Alex Winzer
|
|
Zitat
|