Show: Delphi C++
Display Preferences

AdaptReq.IAdapterRequestParams.ValueOfParam

From XE2 API Documentation
Jump to: navigation, search

Delphi

function ValueOfParam(const AName: string): string;

C++

virtual System::UnicodeString __fastcall ValueOfParam(const System::UnicodeString AName) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
AdaptReq.pas
AdaptReq.hpp
AdaptReq IAdapterRequestParams

Description

Returns the value associated with a specified name.

ValueOfParam returns the value part of the name/value pair with the specified name. Use ValueOfParam to access a value by name rather than by index.

AName is the name part of the name/value pair.

ValueOfParam returns the associated value string. If the current HTTP request does not include a parameter with the specified name, ValueOfParam returns an empty string.

See Also

Personal tools
Previous Versions
Translations