System.Tether.AppProfile.TCustomRemoteItem.Kind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Kind determines whether the value of the remote item is defined on the application that publishes the item (default), or is mirrored from another remote item.

When the value of a remote item is mirrored (Kind is TTetheringRemoteKind.Mirror), the value is obtained from another item shared by a remote profile. The Kind of this other remote item must be TTetheringRemoteKind.Shared.

See Also