type TCefFindHandler = record
Implement this structure to handle events related to find results. The functions of this structure will be called on the UI thread.
Implemented by ICefFindHandler.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_find_handler_capi.h">CEF source file: /include/capi/cef_find_handler_capi.h (cef_find_handler_t))
base: TCefBaseRefCounted; |
|
on_find_result: procedure(self: PCefFindHandler; browser: PCefBrowser; identifier, count: Integer; const selection_rect: PCefRect; active_match_ordinal, final_update: Integer); stdcall; |
base: TCefBaseRefCounted; |
|
This item has no description. |
on_find_result: procedure(self: PCefFindHandler; browser: PCefBrowser; identifier, count: Integer; const selection_rect: PCefRect; active_match_ordinal, final_update: Integer); stdcall; |
|
This item has no description. |