EMS.ResourceAPI.TEndpointParams.Values

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: TEndpointParams

Delphi

property Values[const Name: string]: string read GetValue;

C++

__property System::UnicodeString Values[const System::UnicodeString Name] = {read=GetValue};

Description

List of parameter values indexed by their parameter name.

If two or more parameters share the same parameter name, Values[Name] is the first of those parameters. To access all of those parameters use Pairs or an enumerator.

See Also