RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomDataSet.OnUpdateRecord Event

Occurs when cached updates are applied to a record.

Pascal
property OnUpdateRecord: TIBUpdateRecordEvent;
C++
__property TIBUpdateRecordEvent OnUpdateRecord;

Write an OnUpdateRecord event handler to process updates that cannot be handled by a single update component, such as implementation of cascading updates, insertions, or deletions. This handler is also useful for applications that require additional control over parameter substitution in update components.

Note: The code in an OnUpdateRecord handler must not call any methods that make a different record the current one.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!