API:System.Tether.Manager.TTetheringManagerInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTetheringManagerInfo = record

C++

struct DECLSPEC_DRECORD TTetheringManagerInfo
{
public:
    System::UnicodeString ManagerIdentifier;
    System::UnicodeString ManagerName;
    System::UnicodeString ManagerText;
    System::UnicodeString ConnectionString;
    System::UnicodeString ManagerAdapters;
    int Version;
    TTetheringAdapter* Adapter;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager

Description

Embarcadero Technologies does not currently have any additional information.