RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColorBox.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. 

 

autocomplete 

ItemIndex 

Text

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!