Subject FireDAC: FDQuery with CachedUpdates fields value change detection
Author

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.