type TCefEventCompletionCallback = class(TCefCompletionCallbackOwn)
This item has no description.
![]() |
FEvent: ICefWaitableEvent; |
![]() |
procedure OnComplete; override; |
![]() |
constructor Create(const event : ICefWaitableEvent); reintroduce; |
![]() |
destructor Destroy; override; |
![]() |
FEvent: ICefWaitableEvent; |
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 event : ICefWaitableEvent); reintroduce; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |