ComponentOne List 8.0 for ActiveX
ClassicRead Event (TDBCombo)

 

TDBCombo Reference> TDBCombo Events> ClassicRead Event (TDBCombo)

ClassicRead Event (TDBCombo)

The ClassicRead event is fired when an unbound control (one with its DataMode property set to 3) needs to display the value of a cell as specified by the Bookmark and CoI arguments.

Syntax

object_ClassicRead (Bookmark As Variant, ByVal Col As Integer, Value As Variant)

Arguments

Bookmark is a variant that identifies the row being requested.

Col is an integer that identifies the column being requested.

Value is a variant used to transfer unbound column data to the control.

Remarks

Event applies to TDBList and TDBCombo controls.

To return an unbound value to the control, simply set the Value argument to the desired result. If you do not assign a value, the cell will remain blank.

See Also

TDBList and TDBCombo Controls

 

 


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

Product Support Forum  |  Documentation Feedback