[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.Enabled

Determines whether the control reacts on mouse or keyboard input.

Declaration

Source position: controls.pp line 1658

public property TControl.Enabled : Boolean
  read GetEnabled
  write SetEnabled
  stored IsEnabledStored
  default True;

Description

Disabled controls usually appear 'greyed-out'

The latest version of this document can be found at lazarus-ccr.sourceforge.net.