Jump to content

UniComboBox .. save unique Database number to item?


erich.wanker

Recommended Posts

Hy... 

in a loop - i add Database values to a uniComboBox:

    while not ZQuery1.Eof do
    begin
      UniComboBox1.Items.Append(ZQuery1.FieldByName('customer_name').asstring);
      ZQuery1.Next;
    end;

Can i save the "unique database Integer"  to the item also ? .. 

i want to read the unique Integer AND the UniComboBox1.Text in procedure TuniForm.UniComboBox1Change(Sender: TObject);

 

ThanX

 

 

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...