Class TCefCustomSetCookieCallback

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefCustomSetCookieCallback = class(TCefSetCookieCallbackOwn)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FEvents: Pointer;
Protected FID: integer;

Methods

Protected procedure OnComplete(success: Boolean); override;
Public constructor Create(const aEvents : IChromiumEvents; aID : integer); reintroduce;
Public destructor Destroy; override;

Description

Fields

Protected FEvents: Pointer;

This item has no description.

Protected FID: integer;

This item has no description.

Methods

Protected procedure OnComplete(success: Boolean); override;

This item has no description. Showing description inherited from ICefSetCookieCallback.OnComplete.

Method that will be called upon completion. |success| will be true (1) if the cookie was set successfully.

Public constructor Create(const aEvents : IChromiumEvents; aID : integer); reintroduce;

This item has no description.

Public destructor Destroy; override;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.