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

TCoreWebView2ContentLoadingEventArgs

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

Declaration

Source position: uWVCoreWebView2Args.pas line 208

type TCoreWebView2ContentLoadingEventArgs = class

protected

  FBaseIntf: ICoreWebView2ContentLoadingEventArgs;

  

  function GetInitialized;

  

  function GetIsErrorPage;

  

  function GetNavigationId;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2ContentLoadingEventArgs; [r]

  

  property IsErrorPage: Boolean; [r]

  

  property NavigationId: uint64; [r]

  

end;

Inheritance

TCoreWebView2ContentLoadingEventArgs

  

|

TObject



CT Web help

CodeTyphon Studio