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

TCoreWebView2CookieList

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

Declaration

Source position: uWVCoreWebView2CookieList.pas line 19

type TCoreWebView2CookieList = class

protected

  FBaseIntf: ICoreWebView2CookieList;

  

  function GetInitialized;

  

  function GetCount;

  

  function GetValueAtIndex();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2CookieList; [r]

  

  property Count: Cardinal; [r]

  

  property Items []: ICoreWebView2Cookie; [r]

  

end;

Inheritance

TCoreWebView2CookieList

  

|

TObject



CT Web help

CodeTyphon Studio