System.Tether.Manager.TTetheringProfile.CheckManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CheckManager(const AManagerID: string): Boolean;

C++

bool __fastcall CheckManager(const System::UnicodeString AManagerID);

Properties

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

Description

Returns True if there is a remote manager with the specified ID that is paired with the manager of your profile. It returns False otherwise.

See Also