Class TCefCustomResolveCallback

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefCustomResolveCallback = class(TCefResolveCallbackOwn)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FEvents: Pointer;

Methods

Protected procedure OnResolveCompleted(result: TCefErrorCode; const resolvedIps: TStrings); override;
Public constructor Create(const aEvents : IChromiumEvents); reintroduce;
Public destructor Destroy; override;

Description

Fields

Protected FEvents: Pointer;

This item has no description.

Methods

Protected procedure OnResolveCompleted(result: TCefErrorCode; const resolvedIps: TStrings); override;

This item has no description. Showing description inherited from ICefResolveCallback.OnResolveCompleted.

Called on the UI thread after the ResolveHost request has completed. |result| will be the result code. |resolved_ips| will be the list of resolved IP addresses or NULL if the resolution failed.

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

This item has no description.

Public destructor Destroy; override;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.