type TCefFastTask = class(TCefTaskOwn)
This item has no description.
FMethod: TCefFastTaskProc; |
procedure Execute; override; |
|
class procedure New(threadId: TCefThreadId; const method: TCefFastTaskProc); |
|
class procedure NewDelayed(threadId: TCefThreadId; Delay: Int64; const method: TCefFastTaskProc); |
|
constructor Create(const method: TCefFastTaskProc); reintroduce; |
FMethod: TCefFastTaskProc; |
|
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. |
class procedure New(threadId: TCefThreadId; const method: TCefFastTaskProc); |
|
This item has no description. |
class procedure NewDelayed(threadId: TCefThreadId; Delay: Int64; const method: TCefFastTaskProc); |
|
This item has no description. |
constructor Create(const method: TCefFastTaskProc); reintroduce; |
|
This item has no description. |