RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreDataAdapter.RowUpdated Event

Occurs during Update after a command is executed against data source.

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

RowUpdated occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires. 

 

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