Record TCefEndTracingCallback

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefEndTracingCallback = record

Description

Implement this structure to receive notification when tracing has completed. The functions of this structure will be called on the browser process UI thread.

Implemented by ICefEndTracingCallback.

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

Overview

Fields

Public base: TCefBaseRefCounted;
Public on_end_tracing_complete: procedure(self: PCefEndTracingCallback; const tracing_file: PCefString); stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public on_end_tracing_complete: procedure(self: PCefEndTracingCallback; const tracing_file: PCefString); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.