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

TCoreWebView2WebResourceRequestedEventArgs

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

Declaration

Source position: uWVCoreWebView2Args.pas line 1092

type TCoreWebView2WebResourceRequestedEventArgs = class

protected

  FBaseIntf: ICoreWebView2WebResourceRequestedEventArgs;

  

  function GetInitialized;

  

  function GetRequest;

  

  function GetResponse;

  

  function GetDeferral;

  

  function GetResourceContext;

  

  procedure SetResponse();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2WebResourceRequestedEventArgs; [r]

  

  property Request: ICoreWebView2WebResourceRequest; [r]

  

  property Response: ICoreWebView2WebResourceResponse; [rw]

  

  property Deferral: ICoreWebView2Deferral; [r]

  

  property ResourceContext: TWVWebResourceContext; [r]

  

end;

Inheritance

TCoreWebView2WebResourceRequestedEventArgs

  

|

TObject



CT Web help

CodeTyphon Studio