RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxEx.OnEndEdit Event

Occurs when the user finishes editing the text of the combo box.

Pascal
property OnEndEdit: TNotifyEvent;
C++
__property TNotifyEvent OnEndEdit;

Write an OnEndEdit event handler to take specific action immediately after the user edits the text in the combo box. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!