Class TCefCustomResourceBundleHandler

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefCustomResourceBundleHandler = class(TCefResourceBundleHandlerOwn)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FCefApp: TCefApplicationCore;

Methods

Protected function GetLocalizedString(stringid: Integer; var stringVal: ustring): Boolean; override;
Protected function GetDataResource(resourceId: Integer; var data: Pointer; var dataSize: NativeUInt): Boolean; override;
Protected function GetDataResourceForScale(resourceId: Integer; scaleFactor: TCefScaleFactor; var data: Pointer; var dataSize: NativeUInt): Boolean; override;
Protected procedure RemoveReferences; override;
Public constructor Create(const aCefApp : TCefApplicationCore); reintroduce;
Public destructor Destroy; override;

Description

Fields

Protected FCefApp: TCefApplicationCore;

This item has no description.

Methods

Protected function GetLocalizedString(stringid: Integer; var stringVal: ustring): Boolean; override;

This item has no description. Showing description inherited from ICefResourceBundleHandler.GetLocalizedString.

Called to retrieve a localized translation for the specified |string_id|. To provide the translation set |string| to the translation string and return true (1). To use the default translation return false (0). Include cef_pack_strings.h for a listing of valid string ID values.

Protected function GetDataResource(resourceId: Integer; var data: Pointer; var dataSize: NativeUInt): Boolean; override;

This item has no description. Showing description inherited from ICefResourceBundleHandler.GetDataResource.

Called to retrieve data for the specified scale independent |resource_id|. To provide the resource data set |data| and |data_size| to the data pointer and size respectively and return true (1). To use the default resource data return false (0). The resource data will not be copied and must remain resident in memory. Include cef_pack_resources.h for a listing of valid resource ID values.

Protected function GetDataResourceForScale(resourceId: Integer; scaleFactor: TCefScaleFactor; var data: Pointer; var dataSize: NativeUInt): Boolean; override;

This item has no description. Showing description inherited from ICefResourceBundleHandler.GetDataResourceForScale.

Called to retrieve data for the specified |resource_id| nearest the scale factor |scale_factor|. To provide the resource data set |data| and |data_size| to the data pointer and size respectively and return true (1). To use the default resource data return false (0). The resource data will not be copied and must remain resident in memory. Include cef_pack_resources.h for a listing of valid resource ID values.

Protected procedure RemoveReferences; override;

This item has no description. Showing description inherited from ICefResourceBundleHandler.RemoveReferences.

Custom procedure to clear all references.

Public constructor Create(const aCefApp : TCefApplicationCore); reintroduce;

This item has no description.

Public destructor Destroy; override;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.