Sets the value for the Enabled property.
Source position: controls.pp line 1452
protected procedure TControl.SetEnabled( |
Value: Boolean |
); virtual; |
Value |
|
New value for the Enabled property. |
Calls EnabledChanging to notify handlers for the chtOnEnabledChanged type. Stores the new value for the property, and performs a CM_ENABLEDCHANGED control message. Calls EnabledChanged to notify handlers for the chtOnEnabledChanged type.
|
Determines whether the control responds to mouse or keyboard input. |
CT Web help |
CodeTyphon Studio |