EhLib
|
Occurs when it is necessary to process a changed record.
property OnUpdateRecord: TDataDriverRecordEhEvent;
Write this event to process a changed record. Use MemRec.UpdateStatus to determine a type of changing: Update, Delete or Insert. You can call DefaultUpdateRecord to process a changed record by default. By default DataDriver conducts changes to ProviderDataSet.
Copyright (c) 1998-2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|