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. 

 

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