Subject | FireDAC: FDQuery with CachedUpdates fields value change detection |
---|---|
Author | |
Post date | 2019-04-25T21:09:06Z |
I want to detect if user changed value (eg DBComboBox or DBCheckbox) but flag UpfatesPending is False (no changes made), FDQuery.Mofified False and UpdateStatus is not usModified, too. What should I do to check dataset status? Other way around to compare OldValue with NewValue but NewValue is always null.