Examples Delphi

Question:
How can I filter on a lookup field in a dataset?
Answer:
You cannot use the lookup field's name in the filter string, but you can use an OnFilterRecord event handler instead.