Pech0rin / delphichromiumembedded

Automatically exported from code.google.com/p/delphichromiumembedded
0 stars 0 forks source link

LoadRequest issue #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Thank you for this work.
I'm trying to create own request by generating own url headers and request 
method, but don't know where from to start, all my attempts leads to acess 
violations. Please show some simple example.

My attempt:
var request: ICefRequest;
begin
  request := TCefRequestRef.Create(nil);
  request.Url := 'http://google.com';

  Chromium1.Browser.MainFrame.LoadRequest(request);
end;

Original issue reported on code.google.com by universe...@gmail.com on 18 Feb 2011 at 9:56

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by hgourv...@gmail.com on 23 Feb 2011 at 2:24

GoogleCodeExporter commented 8 years ago

Original comment by hgourv...@gmail.com on 23 Feb 2011 at 3:47