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