type TCefAuthCallbackRef = class(TCefBaseRefCountedRef, ICefAuthCallback)
This item has no description.
![]() |
procedure Cont(const username, password: ustring); |
![]() |
procedure Cancel; |
![]() |
class function UnWrap(data: Pointer): ICefAuthCallback; |
![]() |
procedure Cont(const username, password: ustring); |
This item has no description. Showing description inherited from ICefAuthCallback.Cont. Continue the authentication request. |
![]() |
procedure Cancel; |
This item has no description. Showing description inherited from ICefAuthCallback.Cancel. Cancel the authentication request. |
![]() |
class function UnWrap(data: Pointer): ICefAuthCallback; |
This item has no description. |