System.Net.URLClient.TURI.Parameter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

The TURIParameter with the index I from the array of TURI parameters.

Exceptions

When you get or set the Parameter property, the following exception may occur:

Exception Exception.Message Scenarios

ENetURIException

Parameter index <I> out of range (<0>..<HighestArrayIndex>)

  • The specified index is out of range for the array of parameters.

See Also