Vcl.ActnMan.TActionManager.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TActionListState read FState write SetState default 0;

C++

__property State = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionManager

Description

Indicates whether the actions in the action list respond when the user triggers a client object.

Vcl.ActnMan.TActionManager.State inherits from System.Actions.TContainedActionList.State. All content below this line refers to System.Actions.TContainedActionList.State.

Indicates whether the actions in the action list respond when the user triggers a client object.

State can be one of the constants defined in the TActionListState type: asNormal, asSuspended, and asSuspendedEnabled.

See Also