EMS.ResourceAPI.TEMSEndpointManager.Resources

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

Delphi

property Resources: TArray<TEMSResource> read GetResources;

C++

__property System::DynamicArray<TEMSResource*> Resources = {read=GetResources};

プロパティ

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


説明

TEMSResource エンドポイント オブジェクトの配列を取得します。

関連項目