Vcl.Controls.TControl.ActionLink

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

Delphi

property ActionLink: TControlActionLink read FActionLink write FActionLink;

C++

__property TControlActionLink* ActionLink = {read=FActionLink, write=FActionLink};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

説明

コントロールに関連付けられているアクションリンクオブジェクトを格納します。

ActionLink プロパティは,コントロールと Action プロパティによって指定されるアクションとの関連付けを処理します。アクションリンクは,アクションオブジェクトのどのプロパティとイベントがコントロールの対応するプロパティとイベントの値を決めるかを判定します。

ほとんどのアプリケーションは ActionLink プロパティを使用しません。コンポーネント開発者は,目的のプロパティおよびイベントの設定を処理する TControl ActionLink のカスタム下位オブジェクトにするために,このプロパティを TControl の下位オブジェクトで変更することができます。

関連項目