ComponentOne List 8.0 for ActiveX
LimitToList Property

 

LimitToList Property

This property determines if the NotInList event fires when an incremental search value is not found. 

Syntax

TDBCombo.LimitToList= boolean

Remarks

Read/Write at run time and design time.

Property applies to TDBCombo control.

If True, the NotInList event will fire whenever the user enters a value into the text portion of a TDBCombo control and the value is not found in the list portion of the control.

If False (the default), the NotInList event will not fire.

By writing a handler for the NotInList event, you can enable your users to add new items to the Recordset (Data control) specified by the control's RowSource property.

See Also

TDBList and TDBCombo Controls

 

 


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

Product Support Forum  |  Documentation Feedback