OnReceiveDMLCache Event |
Applies to
TIB_Connection
Declaration
TIB_ReceiveDMLCacheEvent = Procedure(AConnection: TObject; var AKeyFieldNames: string; var AKeyFieldValues: variant; var ADMLCacheItemType: TIB_DMLCacheItemType; var Accept: boolean ) of object;
Description
This event gives an opportunity to reject or modify a DML cache entry that
is coming in from the external environment. These will typically be generated
from the TIB_SyncCursor but not necessarily so.