Unit 'uWVCoreWebView2Args' Package
[Overview][Classes][Index] [#pl_win_webview]

TCoreWebView2BasicAuthenticationRequestedEventArgs

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uWVCoreWebView2Args.pas line 1516

type TCoreWebView2BasicAuthenticationRequestedEventArgs = class

protected

  FBaseIntf: ICoreWebView2BasicAuthenticationRequestedEventArgs;

  

  function GetInitialized;

  

  function GetUri;

  

  function GetChallenge;

  

  function GetResponse;

  

  function GetCancel;

  

  function GetDeferral;

  

  procedure SetCancel();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2BasicAuthenticationRequestedEventArgs; [r]

  

  property Uri: wvstring; [r]

  

  property Challenge: wvstring; [r]

  

  property Response: ICoreWebView2BasicAuthenticationResponse; [r]

  

  property Cancel: Boolean; [rw]

  

  property Deferral: ICoreWebView2Deferral; [r]

  

end;

Inheritance

TCoreWebView2BasicAuthenticationRequestedEventArgs

  

|

TObject



CT Web help

CodeTyphon Studio