Tabulator.updateRow() with foreign key
I’m working with Delphi 10.3. On my form I create a tabulator object to display the data of my table. The fields “Datum” and “Menge” are related to the original table, and the field “Name” is related to the foreign table (bound with a FOREIGN KEY definition in my Firebird database).