System.Tether.AppProfile.TTetheringAppProfile.Resources

提供:RAD Studio API Documentation

Delphi

property Resources: TResourceCollection read GetSharedResources write SetSharedResources;

C++

__property TResourceCollection* Resources = {read=GetSharedResources, write=SetSharedResources};

プロパティ

種類 可視性 ソース ユニット
property published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


説明

リモート プロファイルと共有する、もしくは、リモート プロファイルからミラーリングするリソースコレクション

アプリケーション テザリングを使用したリモート アプリケーションとのデータの共有」を参照してください。

関連項目