IControl.Enabled

Syntax

Enabled: Boolean;

Description

The Enabled property determines whether a component is available for the 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, set the Enabled property to True, and then the component is displayed normally and reacts to the user actions.

See also:

IControl