ComponentOne True DataControl 8.0
The RowBuffer Object

The RowBuffer is a programmable object used to exchange data between True DataControl and your data source via the user mode events. The RowBuffer object is passed into the event handlers as an argument. In fact, the RowBuffer object can only exist within the scope of the user mode events; you cannot create a new one in code.

A RowBuffer object transfers information between the control and the handlers for the following events:

UserReadData

Fired when the control is requested to retrieve a bookmark or columns data.

UserWriteData

Fired when a row data has been modified and the user commits the changes by leaving the row or calling Recordset.Update.

UserAddData

Fired when a new row has been added and the user commits the changes by leaving the newly added row or calling Recordset.Update.

Here is a thumbnail sketch of the properties of the RowBuffer object:

See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback