RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCookie.Value Property

Specifies the value of the Cookie header field named by the Name property.

Pascal
property Value: string;
C++
__property AnsiString Value;

Set Value to the value associated with the field named by the Name property. The Value property is combined with the Name property into a string of the form Name=Value. This string appears as one of the fields in the Cookie header represented by the HeaderValue property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!