type TCefFastStringVisitor = class(TCefStringVisitorOwn)
This item has no description.
| Protected | FVisit: TCefStringVisitorProc; |
| Protected | procedure Visit(const str: ustring); override; |
| Public | constructor Create(const callback: TCefStringVisitorProc); reintroduce; |
| Protected | FVisit: TCefStringVisitorProc; |
|
This item has no description. | |
| Protected | procedure Visit(const str: ustring); override; |
|
This item has no description. Showing description inherited from ICefStringVisitor.Visit. Method that will be executed. | |
| Public | constructor Create(const callback: TCefStringVisitorProc); reintroduce; |
|
This item has no description. | |