System.Tether.Manager.TTetheringProfile.CheckProfileIsConnected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckProfileIsConnected(const AProfile: TTetheringProfileInfo); inline;

C++

void __fastcall CheckProfileIsConnected(const TTetheringProfileInfo &AProfile);

Properties

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

Description

Raises an ETetheringException exception if the specified remote profile is not connected to this profile.

The exception message is:

Profile <name> is not connected

See Also