System.Classes.TBasicAction.RegisterChanges

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

Delphi

procedure RegisterChanges(const Value: TBasicActionLink);

C++

void __fastcall RegisterChanges(TBasicActionLink* const Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TBasicAction

説明

アクションをアクション リンクに関連付けます。


RegisterChanges は、アクションとアクション リンクが接続されたとき(たとえば、新しいアクション リンクがアクションに設定されたときなど)に呼び出されます。Value は、アクションが関連付けられるアクション リンクです。このリンクは、アクションのクライアント リストに追加されます。

関連項目