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

TControl.CMEnabledChanged

Handles a CM_ENABLEDCHANGED message for the control.

Declaration

Source position: controls.pp line 1451

protected procedure TControl.CMEnabledChanged(

  var Message: TLMessage

); message;

Arguments

Message

  

Message which triggered the method.

Description

Calls the Invalidate method and causes the control to be redrawn when the Enabled state has been changed.

See also

TControl.Invalidate

  

Causes a delayed Repaint of the control by marking its visible area of the control as invalid.

TLMessage

  


Version 3.2 Generated 2024-02-25 Home