ComponentOne True DataControl 8.0
RowCount Property

RowCount is a long integer that specifies the maximum number of rows that can be processed in an event (read, write, or add). In the UserReadData event, If the value of this property exceeds the number of rows that can be processed, such as when an end-of-file condition is detected, your event handling code should change this property to reflect the actual number of rows processed.

Example Title
Copy Code
RowBuffer.RowCount = Long

In UserWriteData and UserAddData, RowCount is always 1, and should not be changed by the event code.

 

 


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

Product Support Forum  |  Documentation Feedback