type TCefSetZoomPctTask = class(TCefChromiumTask)
This item has no description. Showing description inherited from TCefChromiumTask.
Custom class used to execute CEF tasks with a TChromiumCore component.
FValue: double; |
procedure Execute; override; |
|
constructor Create(const aEvents : IChromiumEvents; const aValue : double); reintroduce; |
FValue: double; |
|
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; const aValue : double); reintroduce; |
|
This item has no description. |