Jump to content

UniDBLookupComboBox Go to itemIndex (manually)


Abaksoft

Recommended Posts

Dear,

After populating an UnimDBLookupComboBox1, I would like to go to the First item manually   (not by Select Event). And then show the KeyValueStr.

procedure TFraAccueil.UnimButton1Click(Sender: TObject);
begin
   //  MyDataSet.First;  No help

   UniDBLookupComboBox1.ItemIndex:=0;
   // UniDBLookupComboBox1.OnSelect(Self);  // raise an AV

   showmessage(UniDBLookupComboBox1.KeyValueStr);

end;

ShowMessage  shows nothing !

Thx for any help.

Build 1539

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...