System.Tether.AppProfile.TRemoteAction.Execute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Execute;

C++

void __fastcall Execute();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TRemoteAction

Description

Executes the remote action on the application that provides the profile that shared the action.

Exceptions

A call to Execute may raise any of the following exceptions:

Exception Exception.Message Scenarios

ETetheringException

Can't find profile for action <action name>

No available connections to <profile identifier>

Can't connect to profile <profile identifier>

See Also