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