System.Tether.AppProfile.TRemoteAction.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled: Boolean read FEnabled write FEnabled;

C++

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

Properties

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

Description

Specifies whether the TContainedAction that the remote action wraps is enabled or not.

See Also