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