System.Tether.AppProfile.TRemoteAction.Enabled

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Enabled: Boolean read FEnabled write FEnabled;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TRemoteAction


説明

リモート アクションがラッピングしている TContainedAction有効か否かを示します。

関連項目