[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler for user changed text in the edit box.
Source position: stdctrls.pp line 360
protected property TCustomComboBox.OnChange : TNotifyEvent |
This event covers only changes made by the user, not by code. Note that this differs from how other OnChange events work, for example TEdit.OnChange is triggered by code text changes. This event is also triggered when the selection is changed by using the combo box list.
|
Event handler for any change in text. |
lazarus-ccr.sourceforge.net |