ComponentOne List 8.0 for ActiveX
ItemChange Event

 

TDBCombo Reference> TDBCombo Events> ItemChange Event

ItemChange Event

The ItemChange event occurs when the contents of the text box portion of a combo and the current row in the list portion change simultaneously. 

Syntax

TDBCombo_ItemChange ( )

Arguments

None

Remarks

Event applies to TDBCombo control.

This event is triggered under several circumstances:

·      When the user selects a different item from the list portion.

·      When the user enters characters into the text portion that result in an incremental match.

·      When the user changes the current record position by interacting with a bound data control.

·      When the current record position or DataField value is changed in code.

Typically, you attach an ItemChange event procedure to a combo control to carry out commands and command-like actions.

See Also

TDBList and TDBCombo Controls

 

 


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

Product Support Forum  |  Documentation Feedback