Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarLookupCombo.OnKeyValueChange Event

In This Article

Occurs when the value of the KeyValue property changes.

#Declaration

Delphi
property OnKeyValueChange: TNotifyEvent read; write;

#Remarks

The KeyValue property changes every time an end-user selects a new row in a dropdown list. Unlike the OnKeyValueChange, the OnChange event occurs when the contents of the combo box editor change. If the old and new items in the list have the same field values (their ListFieldIndex values are equal), the OnChange event is not fired.

See Also