Unit 'cef3api' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_cef]

TCefRequestContextHandler

Declaration

Source position: cef3api.pas line 3337

type TCefRequestContextHandler = record

  base: TCefBaseRefCounted;

  

  get_cookie_manager: function(

  

  self: PCefRequestContextHandler

):PCefCookieManager;

  on_before_plugin_load: function(

  

  self: PCefRequestContextHandler;

  const mime_type: PCefString;

  const plugin_url: PCefString;

  is_main_frame: Integer;

  const top_origin_url: PCefString;

  plugin_info: PCefWebPluginInfo;

  plugin_policy: PCefPluginPolicy

):Integer;

end;



CT Web help

CodeTyphon Studio