RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataAdapter.RowUpdating Event

Row is being updated.

Pascal
property RowUpdating: TAdoDbxRowUpdatingEventHandler;
C++
__property TAdoDbxRowUpdatingEventHandler RowUpdating;

RowUpdated indicates that a row is being updated. This event occurs just before a row begins to be 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!