Provider.TAfterUpdateRecordEvent
From RAD Studio VCL Reference
C++ Information
From Provider.hpp
typedef TAfterUpdateRecordEvent TAfterUpdateRecordEvent;
Unit: Provider
Type: typedef
Description
TAfterUpdateRecordEvent represents the type of events that occur when the associated resolver has just updated a record.
Call TAfterUpdateRecordEvent to provide special processing immediately after a record has been successfully updated. For example, you can use an object of the TAfterUpdateRecordEvent type to maintain a log of successful updates.