[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handles CM_CHANGED control messages for the control.
Source position: controls.pp line 1439
protected procedure TControl.CMChanged( |
var Message: TLMessage |
); message; |
Message |
|
Control message handled in the method. |
Calls the WindowProc method in the Parent control (when assigned) to handle the control message in Message.
|
The handler for all messages. |
|
|