Record TCefComponent

Description
Fields

Unit

Declaration

type TCefComponent = record

Description

Structure representing a snapshot of a component's state at the time of retrieval. To get updated information, retrieve a new cef_component_t object via cef_component_updater_t::GetComponentByID or GetComponents. The functions of this structure may be called on any thread.

Implemented by ICefComponent.

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

Overview

Fields

Public base: TCefBaseRefCounted;
Public get_id: function(self: PCefComponent): PCefStringUserFree; stdcall;
Public get_name: function(self: PCefComponent): PCefStringUserFree; stdcall;
Public get_version: function(self: PCefComponent): PCefStringUserFree; stdcall;
Public get_state: function(self: PCefComponent): TCefComponentState; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public get_id: function(self: PCefComponent): PCefStringUserFree; stdcall;

This item has no description.

Public get_name: function(self: PCefComponent): PCefStringUserFree; stdcall;

This item has no description.

Public get_version: function(self: PCefComponent): PCefStringUserFree; stdcall;

This item has no description.

Public get_state: function(self: PCefComponent): TCefComponentState; stdcall;

This item has no description.


Generated by PasDoc 1.0.4.