type TCefNavigationEntryVisitor = record
Callback structure for ICefBrowserHost.GetNavigationEntries. The functions of this structure will be called on the browser process UI thread.
Implemented by ICefNavigationEntryVisitor.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_capi.h">CEF source file: /include/capi/cef_browser_capi.h (cef_navigation_entry_visitor_t))
![]() |
base: TCefBaseRefCounted; |
![]() |
visit: function(self: PCefNavigationEntryVisitor; entry: PCefNavigationEntry; current, index, total: Integer): Integer; stdcall; |
![]() |
base: TCefBaseRefCounted; |
|
This item has no description. | |
![]() |
visit: function(self: PCefNavigationEntryVisitor; entry: PCefNavigationEntry; current, index, total: Integer): Integer; stdcall; |
|
This item has no description. | |