type TCustomCefStringVisitor = class(TCefStringVisitorOwn)
This item has no description.
| Protected | FEvents: Pointer; |
| Protected | procedure Visit(const str: ustring); override; |
| Public | constructor Create(const aEvents : IChromiumEvents); reintroduce; |
| Public | destructor Destroy; override; |
| Protected | FEvents: Pointer; |
|
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 aEvents : IChromiumEvents); reintroduce; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |