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

TCoreWebView2Cookie

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

Declaration

Source position: uWVCoreWebView2Cookie.pas line 20

type TCoreWebView2Cookie = class

protected

  FBaseIntf: ICoreWebView2Cookie;

  

  function GetInitialized;

  

  function GetName;

  

  function GetValue;

  

  function GetDomain;

  

  function GetPath;

  

  function GetExpires;

  

  function GetExpiresDate;

  

  function GetIsHttpOnly;

  

  function GetSameSite;

  

  function GetIsSecure;

  

  function GetIsSession;

  

  procedure SetValue();

  

  procedure SetExpires();

  

  procedure SetExpiresDate();

  

  procedure SetIsHttpOnly();

  

  procedure SetSameSite();

  

  procedure SetIsSecure();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2Cookie; [rw]

  

  property Name: wvstring; [r]

  

  property Value: wvstring; [rw]

  

  property Domain: wvstring; [r]

  

  property Path: wvstring; [r]

  

  property Expires: Double; [rw]

  

  property ExpiresDate: TDateTime; [rw]

  

  property IsHttpOnly: Boolean; [rw]

  

  property SameSite: TWVCookieSameSiteKind; [rw]

  

  property IsSecure: Boolean; [rw]

  

  property IsSession: Boolean; [r]

  

end;

Inheritance

TCoreWebView2Cookie

  

|

TObject



CT Web help

CodeTyphon Studio