System.Net.URLClient.TURI.Parameter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Parameter[const I: Integer]: TURIParameter read GetParameter write SetParameter;

C++

__property TNameValuePair Parameter[const int I] = {read=GetParameter, write=SetParameter};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURI


Description

TURIParameter ayant l'index I issu du tableau de paramètres TURI.

Exceptions

Lorsque vous obtenez ou définissez la propriété Parameter, l'exception suivante peut se produire :

Exception Exception.Message Scénarios

ENetURIException

Index de paramètre <I> hors limites (<0>..<HighestArrayIndex>)

  • L'index spécifié est hors limites pour le tableau de paramètres.

Voir aussi