System.Tether.AppProfile.TCustomLocalItem.Kind

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

Delphi

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

C++

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

プロパティ

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


説明

Kind は、ローカル項目の値がローカルで定義されているのか(デフォルト)、リモート項目からミラーリングされているのかを決定します。

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

関連項目