type TCefFastCompletionCallback = class(TCefCompletionCallbackOwn)
This item has no description.
| Protected | FProc: TCefCompletionCallbackProc; |
| Protected | procedure OnComplete; override; |
| Public | constructor Create(const proc: TCefCompletionCallbackProc); reintroduce; |
| Protected | FProc: TCefCompletionCallbackProc; |
|
This item has no description. | |
| Protected | procedure OnComplete; override; |
|
This item has no description. Showing description inherited from ICefCompletionCallback.OnComplete. Method that will be called once the task is complete. | |
| Public | constructor Create(const proc: TCefCompletionCallbackProc); reintroduce; |
|
This item has no description. | |