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

Description

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

FMX.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