type TCefApplication = class(TCefApplicationCore)
Main class used to simplify the CEF initialization and destruction.
| Protected | FDestroyApplicationObject: boolean; |
| Protected | FDestroyAppWindows: boolean; |
| Protected | FContextInitializedHandlers: TMethodList; |
| Protected | procedure CallContextInitializedHandlers(Data: PtrInt); |
| Protected | procedure doOnContextInitialized; override; |
| Protected | procedure BeforeInitSubProcess; override; |
| Public | constructor Create; |
| Public | destructor Destroy; override; |
| Public | procedure UpdateDeviceScaleFactor; override; |
| Public | Procedure AddContextInitializedHandler(AHandler: TNotifyEvent); |
| Public | Procedure RemoveContextInitializedHandler(AHandler: TNotifyEvent); |
| Public | property DestroyApplicationObject : boolean read FDestroyApplicationObject write FDestroyApplicationObject; |
| Public | property DestroyAppWindows : boolean read FDestroyAppWindows write FDestroyAppWindows; |
| Protected | FDestroyApplicationObject: boolean; |
|
This item has no description. | |
| Protected | FDestroyAppWindows: boolean; |
|
This item has no description. | |
| Protected | FContextInitializedHandlers: TMethodList; |
|
This item has no description. | |
| Protected | procedure CallContextInitializedHandlers(Data: PtrInt); |
|
This item has no description. | |
| Protected | procedure doOnContextInitialized; override; |
|
This item has no description. | |
| Protected | procedure BeforeInitSubProcess; override; |
|
This item has no description. | |
| Public | constructor Create; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | procedure UpdateDeviceScaleFactor; override; |
|
This item has no description. Showing description inherited from TCefApplicationCore.UpdateDeviceScaleFactor. Update the DeviceScaleFactor value with the current monitor scale. | |
| Public | Procedure AddContextInitializedHandler(AHandler: TNotifyEvent); |
|
This item has no description. | |
| Public | Procedure RemoveContextInitializedHandler(AHandler: TNotifyEvent); |
|
This item has no description. | |
| Public | property DestroyApplicationObject : boolean read FDestroyApplicationObject write FDestroyApplicationObject; |
|
This item has no description. | |
| Public | property DestroyAppWindows : boolean read FDestroyAppWindows write FDestroyAppWindows; |
|
This item has no description. | |