RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCookie.Name Property

Specifies the name of the custom field represented by this Cookie header.

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

Set Name to the name that identifies the use of the Value property in the Cookie header. 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!