TIB_ReceiveDMLCacheEvent Type |
Unit
IB_Components
Declaration
TIB_ReceiveDMLCacheEvent = procedure ( AConnection: TObject; var AKeyFieldNames: string; var AKeyFieldValues: variant; var ADMLCacheItemType: TIB_DMLCacheItemType; var Accept: boolean ) of object;
Description
This event type is used to process the DMLCacheItems in order to maintain
cross-connection buffer synchronization.
It is possible to change the contents of the cache item or reject it all
together.