API:System.Tether.Manager.TTetheringAdapter.AddManagerInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddManagerInfo(const AManagerIdentifier, AManagerName, AManagerText, AConnectionString, AManagerAdapters: string; AVersion: Integer); overload;
procedure AddManagerInfo(const AManagerInfo: TTetheringManagerInfo); overload;

C++

void __fastcall AddManagerInfo(const System::UnicodeString AManagerIdentifier, const System::UnicodeString AManagerName, const System::UnicodeString AManagerText, const System::UnicodeString AConnectionString, const System::UnicodeString AManagerAdapters, int AVersion)/* overload */;
void __fastcall AddManagerInfo(const TTetheringManagerInfo &AManagerInfo)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!