Vcl.ActnList.TActionList.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.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TActionList

Description

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

Vcl.ActnList.TActionList.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