System.Net.URLClient.TNameValuePair.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Value: string;

C++

System::UnicodeString Value;

Properties

Type Visibility Source Unit Parent
field public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TNameValuePair

Description

Value part of the Name-Value pair.

Field of the TNameValuePair record which specifies the Value part of the Name-Value pair.

See Also