System.Tether.AppProfile.TLocalAction.Action

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Action: TContainedAction read FAction write SetAction;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalAction


Beschreibung

Aktion, die von dieser Instanz von TLocalAction gekapselt wird.

Exceptions

Wenn Kind TTetheringRemoteKind.Mirror ist, könnte ein Aufruf von Action.Execute eine der folgenden Exceptions auslösen:

Exception Exception.Message Szenarien

ETetheringException

Keine verfügbaren Verbindungen zu <Profilidentifikation>

Verbindung mit Profil <Profilidentifikation> nicht möglich

Siehe auch