Interface ICefBrowserViewDelegateEvents

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type ICefBrowserViewDelegateEvents = interface(ICefViewDelegateEvents)

Description

Custom interface used to handle all the ICefBrowserViewDelegate events.

Hierarchy

Overview

Methods

Public procedure doOnBrowserCreated(const browser_view: ICefBrowserView; const browser: ICefBrowser);
Public procedure doOnBrowserDestroyed(const browser_view: ICefBrowserView; const browser: ICefBrowser);
Public procedure doOnGetDelegateForPopupBrowserView(const browser_view: ICefBrowserView; const settings: TCefBrowserSettings; const client: ICefClient; is_devtools: boolean; var aResult : ICefBrowserViewDelegate);
Public procedure doOnPopupBrowserViewCreated(const browser_view, popup_browser_view: ICefBrowserView; is_devtools: boolean; var aResult : boolean);
Public procedure doOnGetChromeToolbarType(const browser_view: ICefBrowserView; var aChromeToolbarType: TCefChromeToolbarType);
Public procedure doOnUseFramelessWindowForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean);
Public procedure doOnGestureCommand(const browser_view: ICefBrowserView; gesture_command: TCefGestureCommand; var aResult : boolean);
Public procedure doOnGetBrowserRuntimeStyle(var aResult : TCefRuntimeStyle);

Description

Methods

Public procedure doOnBrowserCreated(const browser_view: ICefBrowserView; const browser: ICefBrowser);

This item has no description.

Attributes
GUID['{AB94B875-63C6-4FEF-BB30-0816402ABA1C}']
Public procedure doOnBrowserDestroyed(const browser_view: ICefBrowserView; const browser: ICefBrowser);

This item has no description.

Public procedure doOnGetDelegateForPopupBrowserView(const browser_view: ICefBrowserView; const settings: TCefBrowserSettings; const client: ICefClient; is_devtools: boolean; var aResult : ICefBrowserViewDelegate);

This item has no description.

Public procedure doOnPopupBrowserViewCreated(const browser_view, popup_browser_view: ICefBrowserView; is_devtools: boolean; var aResult : boolean);

This item has no description.

Public procedure doOnGetChromeToolbarType(const browser_view: ICefBrowserView; var aChromeToolbarType: TCefChromeToolbarType);

This item has no description.

Public procedure doOnUseFramelessWindowForPictureInPicture(const browser_view: ICefBrowserView; var aResult: boolean);

This item has no description.

Public procedure doOnGestureCommand(const browser_view: ICefBrowserView; gesture_command: TCefGestureCommand; var aResult : boolean);

This item has no description.

Public procedure doOnGetBrowserRuntimeStyle(var aResult : TCefRuntimeStyle);

This item has no description.


Generated by PasDoc 0.16.0-snapshot.