I have a project where this is working fine
- Code: Select all Expand view
- oWebView := TWebView():New(, hWnd)
Now I wanted to go further and use
- Code: Select all Expand view
- oWebView = TWebView2():New( oWnd )
but then it doesnt compile properly any more.... please could anyone be so kind as to point me to the missing components etc.
Also maybe someone is kind enough to tell me if this is even a good idea ... am I missing a lot if i keep on using
- Code: Select all Expand view
- oWebView := TWebView():New(, hWnd)
Kind regards to all and thank you very much in advance,
Ruth