Record TCefv8Handler

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefv8Handler = record

Description

Structure that should be implemented to handle V8 function calls. The functions of this structure will be called on the thread associated with the V8 function.

Implemented by ICefv8Handler.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_v8_capi.h">CEF source file: /include/capi/cef_v8_capi.h (cef_v8handler_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public execute: function(self: PCefv8Handler; const name: PCefString; object_: PCefv8Value; argumentsCount: NativeUInt; const arguments: PPCefV8Value; var retval: PCefV8Value; exception: PCefString): Integer; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public execute: function(self: PCefv8Handler; const name: PCefString; object_: PCefv8Value; argumentsCount: NativeUInt; const arguments: PPCefV8Value; var retval: PCefV8Value; exception: PCefString): Integer; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.