System.Tether.AppProfile.TRemoteAction.Enabled

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Enabled: Boolean read FEnabled write FEnabled;

C++

__property bool Enabled = {read=FEnabled, write=FEnabled, nodefault};

Eigenschaften

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


Beschreibung

Gibt an, ob die in der Remote-Aktion gekapselte TContainedAction-Aktion aktiviert ist oder nicht.

Siehe auch