System.Tether.Manager.TTetheringProfile.Group

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Group: string read FGroup write FGroup;

C++

__property System::UnicodeString Group = {read=FGroup, write=FGroup};

Properties

Type Visibility Source Unit Parent
property published
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

String that defines a group of profiles that can connect to each other automatically.

Two profiles are on the same group when the value of their Group property is the same. When you use AutoConnect to connect to remote managers and profiles:

  • The manager of your profile pairs automatically with managers that publish profiles that are on the same Group as your profile.
  • Your profile connects automatically to remote profiles that are on the same Group as your profile.

For more information, see Connecting to Remote Applications Using App Tethering.

See Also