System.Net.URLClient.TNameValuePair

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TNameValuePair = record
    Name: string;
    Value: string;
    constructor Create(const AName, AValue: string);
  end;

C++

struct DECLSPEC_DRECORD TNameValuePair
{
public:
    System::UnicodeString Name;
    System::UnicodeString Value;
    __fastcall TNameValuePair(const System::UnicodeString AName, const System::UnicodeString AValue);
    TNameValuePair() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient System.Net.URLClient


Description

Enregistrement pour la gestion d'une paire Nom-Valeur.

Voir aussi