type TChromiumWrapper = class(TObject)
TChromiumWrapper
| Protected | TWrapperState = (...); |
| Protected | FChromium: TEmbeddedChromium; |
| Protected | FWrapperState: TWrapperState; |
| Protected | FBrowserWindow: TBrowserWindow; |
| Protected | procedure DoOnAfterCreated(Sender: TObject); |
| Protected | procedure DoOnBeforeClose(Sender: TObject); |
| Protected | procedure BrowserThread_OnClose(Sender: TObject; const browser: ICefBrowser; var aAction : TCefCloseBrowserAction); |
| Protected | procedure BrowserThread_OnGotFocus(Sender: TObject; const browser: ICefBrowser); |
| Protected | procedure MaybeDestroy; |
| Public | constructor Create(AOwner: TBrowserWindow); reintroduce; |
| Public | destructor Destroy; override; |
| Public | function CreateBrowser: boolean; |
| Public | procedure LoadURL(aURL: ustring); |
| Public | procedure CloseBrowser(aForceClose: boolean); |
| Public | function IsClosed: boolean; |
| Public | procedure WaitForBrowserClosed; |
| Published | property Chromium: TEmbeddedChromium read FChromium; |
| Protected | TWrapperState = (...); |
|
This item has no description. Values
| |
| Protected | FChromium: TEmbeddedChromium; |
|
This item has no description. | |
| Protected | FWrapperState: TWrapperState; |
|
This item has no description. | |
| Protected | FBrowserWindow: TBrowserWindow; |
|
This item has no description. | |
| Protected | procedure DoOnAfterCreated(Sender: TObject); |
|
This item has no description. | |
| Protected | procedure DoOnBeforeClose(Sender: TObject); |
|
This item has no description. | |
| Protected | procedure BrowserThread_OnClose(Sender: TObject; const browser: ICefBrowser; var aAction : TCefCloseBrowserAction); |
|
This item has no description. | |
| Protected | procedure BrowserThread_OnGotFocus(Sender: TObject; const browser: ICefBrowser); |
|
This item has no description. | |
| Protected | procedure MaybeDestroy; |
|
This item has no description. | |
| Public | constructor Create(AOwner: TBrowserWindow); reintroduce; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | function CreateBrowser: boolean; |
|
This item has no description. | |
| Public | procedure LoadURL(aURL: ustring); |
|
This item has no description. | |
| Public | procedure CloseBrowser(aForceClose: boolean); |
|
This item has no description. | |
| Public | function IsClosed: boolean; |
|
This item has no description. | |
| Public | procedure WaitForBrowserClosed; |
|
WaitForBrowserClosed calls ProcessMessages. It therefore is possible that the TBrowserWindow will be destroyed when this method returns. It is the callers responsibility to take any necessary precaution. | |
| Published | property Chromium: TEmbeddedChromium read FChromium; |
|
This item has no description. | |