ComponentOne List 8.0 for ActiveX
Value Property (RowBuffer)

 

True DBList Reference> TDBList Properties> Value Property (RowBuffer)

Value Property (RowBuffer)

This property returns or sets the data value for the specified cell within a RowBuffer object passed to an unbound event procedure for a TDBList or TDBCombo control.

Syntax

rowbuffer.Value (Row, Col)= variant

Remarks

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

Property applies to RowBuffer object.

The Row argument is a long integer specifying the row where the value is placed. The range of this argument can be from 0 to RowCount - 1.

The Col argument is an integer specifying the column where the value is placed. The range of this argument can be from 0 to ColumnCount - 1.

In the UnboundReadData event, your code must provide data values for the rows being fetched.

See Also

RowBuffer Object

 

 


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

Product Support Forum  |  Documentation Feedback