Open main menu

RAD Studio API Documentation β

Datasnap.DSHTTPClient.TDSHTTP.AllowCookies

Delphi

property AllowCookies: Boolean read GetAllowCookies write SetAllowCookies;

C++

__property bool AllowCookies = {read=GetAllowCookies, write=SetAllowCookies, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP

Description

Cookies policy used by the DataSnap HTTP client.

See Also