System.Tether.AppProfile.TTetheringRemoteKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTetheringRemoteKind = (Shared, Mirror);

C++

enum class DECLSPEC_DENUM TTetheringRemoteKind : unsigned char { Shared, Mirror };

Properties

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

Description

Determines whether the value of an item is defined on the application that publishes the item (Shared) or is mirrored from another, remote item (Mirror).

See Also