System.Tether.AppProfile.TCustomLocalItem.Kind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TCustomLocalItem

Description

Kind determines whether the value of the local item is defined locally (default), or is mirrored from a remote item.

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

See Also