type TCefDomVisitor = record
Structure to implement for visiting the DOM. The functions of this structure will be called on the render process main thread.
Implemented by ICefDomVisitor.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_dom_capi.h">CEF source file: /include/capi/cef_dom_capi.h (cef_domvisitor_t))
![]() |
base: TCefBaseRefCounted; |
![]() |
visit: procedure(self: PCefDomVisitor; document: PCefDomDocument); stdcall; |
![]() |
base: TCefBaseRefCounted; |
|
This item has no description. | |
![]() |
visit: procedure(self: PCefDomVisitor; document: PCefDomDocument); stdcall; |
|
This item has no description. | |