I work with components of DevExpress , in particular now with component TcxDBLookupComboBox . I'm trying to find an analogue of the OnChange event, like with, for example, the ComboBox component. I would like to ensure that the event of selecting an item from the list returns instantly the code.
Invariably I get only the code of the first value of the list:
ShowMessage(TcxDBLookupComboBox1.DataBinding.Field.AsString); Who knows how this is solved?