Oh, I found, ListDatasource is delphi components DBLookupComboBox
attributes. Moreover, the situation was not encouraging, Lazarus has
not yet developed this component. I would like to see:
<a href="http://bugs.freepascal.org/print_bug_page.php?bug_id=8257">http://bugs.freepascal.org/print_bug_page.php?bug_id=8257</a>, it said: <br><br>Summary:       0008257: Mossing components DBLookupComboBox and DBLookuplistBox<br>
Description:     This componets does almost the same as DBComboBox and DBListBox but have some extra fields<br>            KeyField<br>            ListField<br>            ListFieldIndex<br>            ListSource<br><br>I would like to, whether there are ways ? For example, PopupMenu +
TDBlistBox used to simulate DBLookupComboBox. Who can give suggestions ? <br><br><div class="gmail_quote">2008/6/26 Joost van der Sluis <<a href="mailto:joost@cnoc.nl">joost@cnoc.nl</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You have probably only set the datasource+field of the field in which<br>
you want to store the data. You also have to provide a datasource and<br>
two fields (one with the key, one with the value you want to show) to<br>
generate the list from which you want to choose. Look at ListDatasource,<br>
KeyField and ListField.<br>
<br>
Joost<br></blockquote></div>