Содержание

TCSCookie

Contains data required for working with the DOM element of the document structure

Syntax

TCSCookie = record
  name: string;
  value: string;
  domain: string;
  path: string;
  secure: boolean;
  httponly: boolean;
  hasExpires: boolean;
  creation: float;
  lastAccess: float;
  expires: float;
end;

Fields