Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you fill a TIWDBLookupList with ListSource data?
#3
(03-20-2018, 10:14 PM)cogniscaena Wrote: ListSource | ListField data not showing in TIWDBLookupList.  How do you get the data to show?

It basically works just like a std VCL TDBLookupListBox. 
Connect a TDataSource to it through its ListSource property. Set KeyField and ListField properties. You are done.
It will display all records in your TDataSource. To use this TIWDBLookupList to update another dataset you must connect it to a second TDataSource through its DataSource property. Also set its DataField property.

DataSource's DataField will be updated using KeyField value of ListSource
Reply


Messages In This Thread
RE: How do you fill a TIWDBLookupList with ListSource data? - by Alexandre Machado - 03-21-2018, 06:51 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)