type TCefCallback = record
Generic callback structure used for asynchronous continuation.
NOTE: This struct is allocated DLL-side.
Implemented by ICefCallback.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_callback_capi.h">CEF source file: /include/capi/cef_callback_capi.h (cef_callback_t))
| Public | base: TCefBaseRefCounted; |
| Public | cont: procedure(self: PCefCallback); stdcall; |
| Public | cancel: procedure(self: PCefCallback); stdcall; |
| Public | base: TCefBaseRefCounted; |
|
This item has no description. | |
| Public | cont: procedure(self: PCefCallback); stdcall; |
|
This item has no description. | |
| Public | cancel: procedure(self: PCefCallback); stdcall; |
|
This item has no description. | |