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

TCoreWebView2BasicAuthenticationResponse

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

Declaration

Source position: uWVCoreWebView2BasicAuthenticationResponse.pas line 20

type TCoreWebView2BasicAuthenticationResponse = class

protected

  FBaseIntf: ICoreWebView2BasicAuthenticationResponse;

  

  function GetInitialized;

  

  function GetUserName;

  

  function GetPassword;

  

  procedure SetUserName();

  

  procedure SetPassword();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2BasicAuthenticationResponse; [rw]

  

  property UserName: wvstring; [rw]

  

  property Password: wvstring; [rw]

  

end;

Inheritance

TCoreWebView2BasicAuthenticationResponse

  

|

TObject



CT Web help

CodeTyphon Studio