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

TCoreWebView2NewWindowRequestedEventArgs

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

Declaration

Source position: uWVCoreWebView2Args.pas line 552

type TCoreWebView2NewWindowRequestedEventArgs = class

protected

  FBaseIntf: ICoreWebView2NewWindowRequestedEventArgs;

  

  FBaseIntf2: ICoreWebView2NewWindowRequestedEventArgs2;

  

  FBaseIntf3: ICoreWebView2NewWindowRequestedEventArgs3;

  

  function GetInitialized;

  

  function GetURI;

  

  function GetNewWindow;

  

  function GetHandled;

  

  function GetIsUserInitiated;

  

  function GetDeferral;

  

  function GetWindowFeatures;

  

  function GetName;

  

  function GetOriginalSourceFrameInfo;

  

  procedure SetNewWindow();

  

  procedure SetHandled();

  

  procedure InitializeFields;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2NewWindowRequestedEventArgs; [r]

  

  property URI: wvstring; [r]

  

  property NewWindow: ICoreWebView2; [rw]

  

  property Handled: Boolean; [rw]

  

  property IsUserInitiated: Boolean; [r]

  

  property Deferral: ICoreWebView2Deferral; [r]

  

  property WindowFeatures: ICoreWebView2WindowFeatures; [r]

  

  property Name: wvstring; [r]

  

  property OriginalSourceFrameInfo: ICoreWebView2FrameInfo; [r]

  

end;

Inheritance

TCoreWebView2NewWindowRequestedEventArgs

  

|

TObject



CT Web help

CodeTyphon Studio