|
RAD Studio VCL Reference
|
Occurs when cached updates are applied to a record.
property OnUpdateRecord: TIBUpdateRecordEvent;
__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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|