System.Tether.AppProfile.TLocalAction.Action

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Action: TContainedAction read FAction write SetAction;

C++

__property System::Actions::TContainedAction* Action = {read=FAction, write=SetAction};

Properties

Type Visibility Source Unit Parent
property published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalAction

Description

Action that this instance of TLocalAction encapsulates.

Exceptions

When Kind is TTetheringRemoteKind.Mirror, a call to Action.Execute may raise any of the following exceptions:

Exception Exception.Message Scenarios

ETetheringException

No available connections to <profile identifier>

Can't connect to profile <profile identifier>

See Also