Record TCefAuthCallback

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefAuthCallback = record

Description

Callback structure used for asynchronous continuation of authentication requests.

Implemented by ICefAuthCallback.

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

Overview

Fields

Public base: TCefBaseRefCounted;
Public cont: procedure(self: PCefAuthCallback; const username, password: PCefString); stdcall;
Public cancel: procedure(self: PCefAuthCallback); stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public cont: procedure(self: PCefAuthCallback; const username, password: PCefString); stdcall;

This item has no description.

Public cancel: procedure(self: PCefAuthCallback); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.