RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreDataAdapter.RowUpdating Event

Occurs during Update before a command is executed against the data source.

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

RowUpdating occurs during Update before 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!