API:Vcl.ActnList.TActionList.State
Delphi
property State;
C++
__property State = {default=0};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | Vcl.ActnList.pas Vcl.ActnList.hpp |
Vcl.ActnList | TActionList |
説明
アクション リスト内のアクションが、ユーザーがクライアント オブジェクトを起動した際に応答するかどうかを示します。
Vcl.ActnList.TActionList.State は System.Actions.TContainedActionList.State を継承しています。以下の内容はすべて System.Actions.TContainedActionList.State を参照しています。
アクション リスト内のアクションが、ユーザーがクライアント オブジェクトを起動した際に応答するかどうかを示します。
State は、TActionListState 型で定義されている次の定数のいずれかになります:
asNormal
、asSuspended
、asSuspendedEnabled
。