System.Tether.Manager.TTetheringProfile.IsProfileConnected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsProfileConnected(const AProfileInfo: TTetheringProfileInfo): Boolean;

C++

bool __fastcall IsProfileConnected(const TTetheringProfileInfo &AProfileInfo);

Properties

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

Description

Returns True if the specified remote profile is among the connected profiles or False otherwise.

See Also