RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboBoxEx.OnSelect Event

Occurs when the user selects a string in the drop-down list.

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

Write an OnSelect event handler to respond when the user changes the selected item in the drop-down list. OnSelect occurs after the selection has changed and the Text property reflects the new item. 

 

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