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