ComponentOne List 8.0 for ActiveX
RowCount Property

 

RowCount Property

This property returns or sets the number of rows in a RowBuffer object passed to an unbound event procedure for a TDBList or TDBCombo control.

Syntax

rowbuffer.RowCount= long

Remarks

Read/Write at run time. Not available at design time.

Property applies to RowBuffer object.

In the UnboundReadData event, this property indicates how many rows the control is requesting. After filling those rows by setting the Value and Bookmark properties, your event procedure should set the RowCount property to the number of rows actually fetched.

Note: When a RowBuffer object is passed to an unbound event procedure, the initial value of the RowCount property also specifies the maximum value. An error will occur if you attempt to exceed the maximum value.

See Also

RowBuffer Object

 

 


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

Product Support Forum  |  Documentation Feedback