type TCefGenericTask = class(TCefChromiumTask)
This item has no description. Showing description inherited from TCefChromiumTask.
Custom class used to execute CEF tasks with a TChromiumCore component.
FTaskID: cardinal; |
procedure Execute; override; |
|
constructor Create(const aEvents : IChromiumEvents; aTaskID : cardinal); reintroduce; |
FTaskID: cardinal; |
|
This item has no description. |
procedure Execute; override; |
|
This item has no description. Showing description inherited from ICefTask.Execute. Method that will be executed on the target thread. |
constructor Create(const aEvents : IChromiumEvents; aTaskID : cardinal); reintroduce; |
|
This item has no description. |