RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.Select Method

Generates an OnSelect event.

Pascal
procedure Select; dynamic;
C++
__fastcall Select();

Select is called automatically when the selected item in the drop-down list changes. It responds by generating an OnSelect event. To perform additional processing or block the OnSelect event, override Select. 

 

OnSelect 

ItemIndex

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