IActionList.Suspended

Syntax

Suspended: Boolean;

Description

The Suspended property determines a state of the component and its actions.

Comments

The property is set to False by default, the events are generated for the component and all its actions. If the property is set to True, the events are not generated.

This property does not influence on the change of parameters of the component actions. If the parameters are changed, the appropriate parameters are changed for all components that use the events.

See also:

IActionList