RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboBoxEx.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!