Jump to content

TUnimDBList Bound Field issue


andyhill

Recommended Posts

I cannot understand why TUnimDBList does not auto populate it's list from the bound datasource assigned table field ?

 

Looking at the FishFacts demo the DBList Items were manually entered as text at designtime ?

 

    DBList.DataSource:= UniMainModule.dsStreets;

    UniMainModule.tblStreets.First;
    DBList.ItemIndex:= 0;
 
Please advise.
Link to comment
Share on other sites

Hi,

 

 

I cannot understand why TUnimDBList does not auto populate it's list from the bound datasource assigned table field ?

 

Looking at the FishFacts demo the DBList Items were manually entered as text at designtime ?

 

UnimDBList -> Items property

Link to comment
Share on other sites

×
×
  • Create New...