EMS.ResourceAPI.TEndpointParams.Pairs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Pairs[const Index: Integer]: TPairItem read GetPair;

C++

__property System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> Pairs[const int Index] = {read=GetPair};

Properties

Type Visibility Source Unit Parent
property public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointParams

Description

List of pairs of parameter names and values indexed by their position in the list.

See Also