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