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

TCoreWebView2NavigationStartingEventArgs

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

Declaration

Source position: uWVCoreWebView2Args.pas line 441

type TCoreWebView2NavigationStartingEventArgs = class

protected

  FBaseIntf: ICoreWebView2NavigationStartingEventArgs;

  

  FBaseIntf2: ICoreWebView2NavigationStartingEventArgs2;

  

  FBaseIntf3: ICoreWebView2NavigationStartingEventArgs3;

  

  function GetInitialized;

  

  function GetURI;

  

  function GetIsUserInitiated;

  

  function GetIsRedirected;

  

  function GetCancel;

  

  function GetNavigationID;

  

  function GetRequestHeaders;

  

  function GetAdditionalAllowedFrameAncestors;

  

  function GetNavigationKind;

  

  procedure SetAdditionalAllowedFrameAncestors();

  

  procedure SetCancel();

  

  procedure InitializeFields;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2NavigationStartingEventArgs; [r]

  

  property URI: wvstring; [r]

  

  property IsUserInitiated: Boolean; [r]

  

  property IsRedirected: Boolean; [r]

  

  property Cancel: Boolean; [rw]

  

  property NavigationID: uint64; [r]

  

  property RequestHeaders: ICoreWebView2HttpRequestHeaders; [r]

  

  property AdditionalAllowedFrameAncestors: wvstring; [rw]

  

  property NavigationKind: TWVNavigationKind; [r]

  

end;

Inheritance

TCoreWebView2NavigationStartingEventArgs

  

|

TObject



CT Web help

CodeTyphon Studio