EMS.ResourceAPI.TEndpointParams.Pairs

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
property public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointParams


説明

リスト内での位置でインデックスが付いた、パラメータの名前と値のペアのリストです。

関連項目