IControl.Enabled

Syntax

Enabled: Boolean;

Description

The Enabled property determines whether a component is available for a user.

Comments

Set the Enabled property to False to make the component unavailable. The unavailable component is grey. It ignores events connected with the mouse, keyboard and timer events. To make the component available, the Enabled property should be set to True, and then the component is displayed normally and it reacts to the user actions.

See also:

IControl