OnCreatePopupBrowser - cWebView2Browser
Fires after a popup window has been created when pePopupMode is set to pmPopupMdiView or pmPopupFloatingPanel
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| hoPopupBrowser | Handle | Object handle of the created cWebView2Browser instance. |
| hoPopupView | Handle | Object handle of the created view or floating panel. |
Syntax
Procedure OnCreatePopupBrowser Handle hoPopupBrowser Handle hoPopupView
Description
Fires after a popup window has been created when pePopupMode is set to pmPopupMdiView or pmPopupFloatingPanel.
This hook can be used to do custom configuration on the created cWebView2Browser instance and the window.