Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControl.CMChanged

Handles CM_CHANGED control messages for the control.

Declaration

Source position: controls.pp line 1376

protected procedure TControl.CMChanged(

  var Message: TLMessage

); message;

Arguments

Message

  

Control message handled in the method.

Description

Calls the WindowProc method in the Parent control (when assigned) to handle the control message in Message.