Is there a way to get the corresponding Record for a TTMSFNCDataBinderItem when it´s bound for example to TTMSFNCComboBox.Items with TBindType.dbbtList?
I´ve tried getting the record via the TTMSFNCDataBinderItem.DataLink but this doesn´t seem to be updated when the selection in the TTMSFNCComboBox changes.
The TMSFNCDataBinder is actually a read-only type of binding. It loads the values from the dataset and assigns them to the properties retrieved from the bound control, it does not keep track of the field nor the current record. We'll investigate if there are possibilities to do this.