type TCefCustomResolveCallback = class(TCefResolveCallbackOwn)
This item has no description.
![]() |
FEvents: Pointer; |
![]() |
procedure OnResolveCompleted(result: TCefErrorCode; const resolvedIps: TStrings); override; |
![]() |
constructor Create(const aEvents : IChromiumEvents); reintroduce; |
![]() |
destructor Destroy; override; |
![]() |
FEvents: Pointer; |
This item has no description. |
![]() |
procedure OnResolveCompleted(result: TCefErrorCode; const resolvedIps: TStrings); override; |
This item has no description. Showing description inherited from ICefResolveCallback.OnResolveCompleted. Called on the UI thread after the ResolveHost request has completed. |result| will be the result code. |resolved_ips| will be the list of resolved IP addresses or NULL if the resolution failed. |
![]() |
constructor Create(const aEvents : IChromiumEvents); reintroduce; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |