type TCefManagedTask = class(TCefTaskOwn)
Custom class used to execute CEF tasks with CEF4Delphi components.
| Protected | FComponentID: integer; |
| Protected | FEvents: Pointer; |
| Protected | function CanExecute: boolean; virtual; |
| Public | constructor Create; override; |
| Public | destructor Destroy; override; |
| Protected | FComponentID: integer; |
|
This item has no description. | |
| Protected | FEvents: Pointer; |
|
This item has no description. | |
| Protected | function CanExecute: boolean; virtual; |
|
This item has no description. | |
| Public | constructor Create; override; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |