System.Tether.AppProfile.TCustomRemoteItem.Kind

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TCustomRemoteItem


Description

Kind détermine si la valeur de l'élément distant est définie sur l'application qui publie l'élément (par défaut) ou est mise en miroir depuis un autre élément distant.

Quand la valeur d'un élément distant est mise en miroir (Kind vaut TTetheringRemoteKind.Mirror), la valeur est obtenue à partir d'un autre élément partagé par un profil distant. Le Kind de cet autre élément distant doit être TTetheringRemoteKind.Shared.

Voir aussi