W
W
White_Bambie2018-04-27 13:55:00
Delphi
White_Bambie, 2018-04-27 13:55:00

Adding entry to Memo from DBLookupCombobox?

Good day! How to add value from DBLookupCombobox to Memo field?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
microfrog, 2018-04-27
@White_Bambie

if DBLookupComboBox1.KeyValue<>NULL then
 Memo1.Lines.Add(DBLookupComboBox1.ListSource.DataSet.FieldByName(DBLookupComboBox1.ListField).Value);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question