type ICefStringVisitor = interface(ICefBaseRefCounted)
Implement this interface to receive string values asynchronously.
UNKNOWN
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_string_visitor_capi.h">CEF source file: /include/capi/cef_string_visitor_capi.h (cef_string_visitor_t))
procedure Visit(const str: ustring); |
procedure Visit(const str: ustring); |
|
Method that will be executed. Attributes
|