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

TCoreWebView2NavigationCompletedEventArgs

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

Declaration

Source position: uWVCoreWebView2Args.pas line 348

type TCoreWebView2NavigationCompletedEventArgs = class

protected

  FBaseIntf: ICoreWebView2NavigationCompletedEventArgs;

  

  FBaseIntf2: ICoreWebView2NavigationCompletedEventArgs2;

  

  function GetInitialized;

  

  function GetIsSuccess;

  

  function GetWebErrorStatus;

  

  function GetNavigationID;

  

  function GetHttpStatusCode;

  

  procedure InitializeFields;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2NavigationCompletedEventArgs; [r]

  

  property IsSuccess: Boolean; [r]

  

  property WebErrorStatus: TWVWebErrorStatus; [r]

  

  property NavigationID: uint64; [r]

  

  property HttpStatusCode: Integer; [r]

  

end;

Inheritance

TCoreWebView2NavigationCompletedEventArgs

  

|

TObject



CT Web help

CodeTyphon Studio