System.Actions.TContainedActionList.SetState
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 プロパティを設定します。
Value
が asSuspendedEnabled
の場合、SetState では、アクション リスト内のすべてのアクションの Enabled も True に設定します。これは、アクション マネージャで設計を行っている場合に便利です。
OnStateChange イベント ハンドラが設定されている場合には、SetState はそのイベント ハンドラを呼び出します。