Change In Lookup Behaviour

Hello,


I just updated to the latest version and now I have a problem with the Lookup in FNCEdit.

Previously I filled the Lookup as follows:


    while not EOF do
    begin
      FNCe.Lookup.DisplayList.Add(FieldByName(anzeige).AsString);
      FNCe.Lookup.ValueList.Add(FieldByName(id).AsString);
      Next;
    end;
  end;


However Lookup is no longer available. I attempted

FNCe.LookupListbox.Items.AddPair(FieldByName(anzeige).AsString, FieldByName(id).AsString);


But that gives me no display. The documentation is still referring to the above mentioned approach. Can you please point me in the right diection (also how to retrieve the Value part)?

Many thanks
Gernot

Correction: I just re-installed and now Lookup shows up again - sorry for the confusion


Have a great weekend

Thanks for informing