RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataAdapter.RowUpdated Event

Row has been updated.

Pascal
property RowUpdated: TAdoDbxRowUpdatedEventHandler;
C++
__property TAdoDbxRowUpdatedEventHandler RowUpdated;

RowUpdated indicates that a row has been updated. This event occurs just before a row is updated. This is a multicast event that can trigger multiple event handlers. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!