FMX.Types.TFmxObject.ActionClient

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

Delphi

property ActionClient: boolean read GetActionClient;

C++

__property bool ActionClient = {read=GetActionClient, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject


説明

コンポーネント オブジェクトが関連アクションを持っているかどうかを示します。

ActionClient = True の場合、このコンポーネント オブジェクトは、関連アクションのクライアントです。

ActionClient = False の場合、このコンポーネント オブジェクトは、アクションのクライアントではありません。

このプロパティは、GetActionLinkClass を呼び出す前にチェックされる可能性があります。

関連項目