type TCefFastDomVisitor2 = class(TCefDomVisitorOwn)
This item has no description.
FProc: TCefDomVisitorProc2; |
|
FBrowser: ICefBrowser; |
|
FFrame: ICefFrame; |
procedure visit(const document: ICefDomDocument); override; |
|
constructor Create(const browser: ICefBrowser; const frame: ICefFrame; const proc: TCefDomVisitorProc2); reintroduce; virtual; |
|
destructor Destroy; override; |
FProc: TCefDomVisitorProc2; |
|
This item has no description. |
FBrowser: ICefBrowser; |
|
This item has no description. |
FFrame: ICefFrame; |
|
This item has no description. |
procedure visit(const document: ICefDomDocument); override; |
|
This item has no description. Showing description inherited from ICefDomVisitor.visit. Method executed for visiting the DOM. The document object passed to this function represents a snapshot of the DOM at the time this function is executed. DOM objects are only valid for the scope of this function. Do not keep references to or attempt to access any DOM objects outside the scope of this function. |
constructor Create(const browser: ICefBrowser; const frame: ICefFrame; const proc: TCefDomVisitorProc2); reintroduce; virtual; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |