[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: uCEFApplication.pas line 86
type TCefApplication = class(TCefApplicationCore) |
||
protected |
||
FDestroyApplicationObject: Boolean; |
|
|
FDestroyAppWindows: Boolean; |
|
|
FContextInitializedHandlers: TMethodList; |
|
|
procedure CallContextInitializedHandlers(); |
|
|
procedure BeforeInitSubProcess; override; |
|
|
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure UpdateDeviceScaleFactor; override; |
|
|
property DestroyApplicationObject: Boolean; [rw] |
|
|
property DestroyAppWindows: Boolean; [rw] |
|
|
procedure Internal_OnContextInitialized; override; |
|
|
procedure AddContextInitializedHandler(); |
|
|
procedure RemoveContextInitializedHandler(); |
|
|
end; |
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |