RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxEx.OnBeginEdit Event

Occurs when the user starts editing the text of the combo box.

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

Write an OnBeginEdit event handler to take specific action immediately before 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!