Handles the LM_CHANGED message for the control.
Source position: stdctrls.pp line 356
protected procedure TCustomComboBox.LMChanged( |
var Msg |
); message; |
Msg |
|
Message handled in the method. |
LMChanged is a procedure used to handle a LM_CHANGED message received for the control. LMChanged occurs when the widgetset class calls the LCLSendChangeMsg routine for the control. LMChanged calls the Change method to perform the control message and to signal the OnChange event handler (when assigned).
|
Invokes the OnChange handler, signalling a change in the edit box. |
|
|
Event handler signalled for user changes to the text in the edit box. |
|
|
Calls a message handler directly, bypassing the message queue. |