System.Tether.AppProfile.TCustomRemoteItem.Kind

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

Delphi

property Kind: TTetheringRemoteKind read FKind write FKind default TTetheringRemoteKind.Shared;

C++

__property TTetheringRemoteKind Kind = {read=FKind, write=FKind, default=0};

プロパティ

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


説明

Kind は、リモート項目の値が項目を公開しているアプリケーションで定義されているのか(デフォルト)、別のリモート項目からミラーリングされているのかを決定します。

リモート項目の値がミラーリングされている場合(Kind が TTetheringRemoteKind.Mirror)、その値は、リモート プロファイルによって共有されている別の項目から取得されます。 このその他のリモート項目の種類は、TTetheringRemoteKind.Shared でなければなりません。

関連項目