System.Actions.TContainedActionList.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TActionListState read FState write SetState default asNormal;

C++

__property TActionListState State = {read=FState, write=SetState, default=0};

Properties

Type Visibility Source Unit Parent
property public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedActionList

Description

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