type TCookie = record
Cookie information.
| Public | name: ustring; |
| Public | value: ustring; |
| Public | domain: ustring; |
| Public | path: ustring; |
| Public | creation: TDateTime; |
| Public | last_access: TDateTime; |
| Public | expires: TDateTime; |
| Public | secure: boolean; |
| Public | httponly: boolean; |
| Public | has_expires: boolean; |
| Public | same_site: TCefCookieSameSite; |
| Public | priority: TCefCookiePriority; |
| Public | name: ustring; |
|
This item has no description. | |
| Public | value: ustring; |
|
This item has no description. | |
| Public | domain: ustring; |
|
This item has no description. | |
| Public | path: ustring; |
|
This item has no description. | |
| Public | creation: TDateTime; |
|
This item has no description. | |
| Public | last_access: TDateTime; |
|
This item has no description. | |
| Public | expires: TDateTime; |
|
This item has no description. | |
| Public | secure: boolean; |
|
This item has no description. | |
| Public | httponly: boolean; |
|
This item has no description. | |
| Public | has_expires: boolean; |
|
This item has no description. | |
| Public | same_site: TCefCookieSameSite; |
|
This item has no description. | |
| Public | priority: TCefCookiePriority; |
|
This item has no description. | |