Unit 'uCEFInterfaces' Package
[Overview][Types][Classes][Index] [#pl_cef4typhon]

ICefRenderProcessHandler

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uCEFInterfaces.pas line 4664

type ICefRenderProcessHandler = interface(ICefBaseRefCounted)

  procedure OnWebKitInitialized;

  

  procedure OnBrowserCreated();

  

  procedure OnBrowserDestroyed();

  

  function GetLoadHandler;

  

  procedure OnContextCreated();

  

  procedure OnContextReleased();

  

  procedure OnUncaughtException();

  

  procedure OnFocusedNodeChanged();

  

  function OnProcessMessageReceived();

  

  procedure RemoveReferences;

  

end;

Inheritance

ICefRenderProcessHandler

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio