EMS.ResourceAPI.TEndpointSegments.operator []

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

C++

System::UnicodeString operator[](const int AIndex) { return this->Items[AIndex]; }

プロパティ

種類 可視性 ソース ユニット
function public EMS.ResourceAPI.hpp EMS.ResourceAPI TEndpointSegments


説明

TEndpointSegments のインスタンスに対して角かっこ演算子([])を使って、インデックスセグメントのリストにアクセスできるようにします。

関連項目