Web.HTTPApp.TCookie.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: string read FValue write FValue;

C++

__property System::UnicodeString Value = {read=FValue, write=FValue};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCookie

Description

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

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.

See Also