EMS.ResourceAPI.TEndpointParams.Values
Delphi
property Values[const Name: string]: string read GetValue;
C++
__property System::UnicodeString Values[const System::UnicodeString Name] = {read=GetValue};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | EMS.ResourceAPI.pas EMS.ResourceAPI.hpp |
EMS.ResourceAPI | TEndpointParams |
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.