EMS.ResourceAPI.TEndpointParams.Pairs

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointParams


Beschreibung

Liste mit Parameternamen/Parameterwertpaaren, die anhand ihrer Position in der Liste indiziert sind.

Siehe auch