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

TCoreWebView2ProcessInfo

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

Declaration

Source position: uWVCoreWebView2ProcessInfo.pas line 19

type TCoreWebView2ProcessInfo = class

protected

  FBaseIntf: ICoreWebView2ProcessInfo;

  

  function GetInitialized;

  

  function GetKind;

  

  function GetKindStr;

  

  function GetProcessId;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2ProcessInfo; [rw]

  

  property Kind: TWVProcessKind; [r]

  

  property KindStr: wvstring; [r]

  

  property ProcessId: Integer; [r]

  

end;

Inheritance

TCoreWebView2ProcessInfo

  

|

TObject



CT Web help

CodeTyphon Studio