how to use TDataset.AfterPost to log all changes to data?

477 Views Asked by At

I would like to log all the changes posted in a dataset Post event by looping through the changes in tdataset.afterpost event.

I use dataaware controls and i would like to store the changes done by a user.

My goal is to do it for all datasets in my application, but as a starting point i'd like to master it in a single dataset.

Which is the advisable technique to perform this?

0

There are 0 best solutions below