System.Actions.TContainedActionList.SetState

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

Delphi

procedure SetState(const Value: TActionListState); virtual;

C++

virtual void __fastcall SetState(const TActionListState Value);

プロパティ

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

説明

アクション リストの State プロパティを設定します。


ValueasSuspendedEnabled の場合、SetState では、アクション リスト内のすべてのアクションの EnabledTrue に設定します。これは、アクション マネージャで設計を行っている場合に便利です。

OnStateChange イベント ハンドラが設定されている場合には、SetState はそのイベント ハンドラを呼び出します。

関連項目