RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCookie.HeaderValue Property

Specifies the Cookie header string that represents this TCookie object.

Pascal
property HeaderValue: AnsiString;
C++
__property AnsiString HeaderValue;

Read HeaderValue to determine the Cookie header that is added to the HTTP response message for this TCookie object. HeaderValue combines the information specified by the Name and Value properties into a single Name=Value field, and then adds the Domain, Path, Expires, and Secure fields based on the values of the properties with the corresponding names. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!