Namespace: Consultingwerk.Windows.CefBrowser
Class 
CefBrowserService Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Windows.CefBrowser.ICefBrowserService, Ccs.Common.IService

Purpose: Gets and sets a folder path that should be deleted when the service is destroyed
Notes:Intended for temporary CefSharp cache folders



Top Method Summary
Options Name Purpose
# AfterWaitForEventHandler (Object, EventArgs) Deletes the configured cache folder after the WAIT-FOR statement has finished Notes : This event handler is subscribed in initialize() for GUI startup managers @param sender The object that raised the AfterWaitFor event @param e The Consultingwerk.EventArgs with the data for the event */
+ dispose () Destroy/Shutdown/Anti-Initializer
# Consultingwerk.Windows.CefBrowser.BrowserForm GetBrowserFromContext (character) Retrieves a Browser by the Context ID or starts a new one
+ initialize () Initializer / Startup
+ Consultingwerk.Windows.CefBrowser.BrowserForm OpenBrowserWindow () Starts a Browser Windows and navigates to an URL
+ Consultingwerk.Windows.CefBrowser.BrowserForm OpenBrowserWindow (character) Starts a Browser Windows and navigates to an URL
+ Consultingwerk.Windows.CefBrowser.BrowserForm OpenBrowserWindow (character, logical) Starts a Browser Windows and navigates to an URL
+ Consultingwerk.Windows.CefBrowser.BrowserForm OpenBrowserWindow (logical) Starts a Browser Windows and navigates to an URL

Top Property Summary
Options Name Purpose
+ CHARACTER DeleteCacheFolder


Method Detail
Top

PROTECTED AfterWaitForEventHandler (Object, EventArgs)

Purpose: Deletes the configured cache folder after the WAIT-FOR statement has finished
Notes : This event handler is subscribed in initialize() for GUI startup managers

Parameters:
sender Progress.Lang.Object
The object that raised the AfterWaitFor event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for the event
Top

PUBLIC dispose ()

Purpose: Destroy/Shutdown/Anti-Initializer
Notes:

Top

PROTECTED Consultingwerk.Windows.CefBrowser.BrowserForm GetBrowserFromContext (character)

Purpose: Retrieves a Browser by the Context ID or starts a new one
Notes:

Parameters:
pcContextId CHARACTER
The browser Context ID to retrieve
Returns Consultingwerk.Windows.CefBrowser.BrowserForm
The reference to the BrowserForm
Top

PUBLIC initialize ()

Purpose: Initializer / Startup
Notes:

Top

PUBLIC Consultingwerk.Windows.CefBrowser.BrowserForm OpenBrowserWindow ()

Purpose: Starts a Browser Windows and navigates to an URL
Notes: URL may provide the Context ID for a reusable browser window
delimited by space, e.g. "JIRA https://jira.consultingwerkcloud.com"

Returns Consultingwerk.Windows.CefBrowser.BrowserForm
The reference to the BrowserForm
Top

PUBLIC Consultingwerk.Windows.CefBrowser.BrowserForm OpenBrowserWindow (character)

Purpose: Starts a Browser Windows and navigates to an URL
Notes: URL may provide the Context ID for a reusable browser window
delimited by space, e.g. "JIRA https://jira.consultingwerkcloud.com"

Parameters:
pcUrl CHARACTER
The URL to navigate to
Returns Consultingwerk.Windows.CefBrowser.BrowserForm
The reference to the BrowserForm
Top

PUBLIC Consultingwerk.Windows.CefBrowser.BrowserForm OpenBrowserWindow (character, logical)

Purpose: Starts a Browser Windows and navigates to an URL
Notes: URL may provide the Context ID for a reusable browser window
delimited by space, e.g. "JIRA https://jira.consultingwerkcloud.com"

Parameters:
pcUrl CHARACTER
The URL to navigate to
plMdiChild LOGICAL
Embed into MDI Container
Returns Consultingwerk.Windows.CefBrowser.BrowserForm
The reference to the BrowserForm
Top

PUBLIC Consultingwerk.Windows.CefBrowser.BrowserForm OpenBrowserWindow (logical)

Purpose: Starts a Browser Windows and navigates to an URL
Notes: URL may provide the Context ID for a reusable browser window
delimited by space, e.g. "JIRA https://jira.consultingwerkcloud.com"

Parameters:
plMdiChild LOGICAL
Embed into MDI Container
Returns Consultingwerk.Windows.CefBrowser.BrowserForm
The reference to the BrowserForm


Property Detail
Top

PUBLIC CHARACTER DeleteCacheFolder


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       25.01.2026 20:52:44