TIB_CustomComboBox Object
Properties Methods

Unit
IB_Controls

Declaration
TIB_CustomComboBox = class(TCustomComboBox)

Description
This control allows a standard combo box to be bound to a data column.

The values of the drop down list must be supplied by assigning them to the Items property manually at design-time or run-time.

The ItemValues property can be used to provide a table of values to store in the database instead of the entries listed in the Items property. Note that this property is ignored if the Style is csDropDown.

To use a list defined from a query try making use of the TIB_LookupCombo control. Otherwise, pre-load the values of the query into the Items property of this control at run-time.

If Style is csDropDownList and the value in the data column does not match an item in the list then the control appears blank.

Introduced Public Properties
DataField  Name of the column to which this control is bound.
DataSource  Reference to the dataset to which this control is bound.
Field  Reference to the column to which this control is bound.
IgnoreColorScheme  This property causes the control to ignore the coloring scheme and allow its color to be maintained manually by the application developer.
ItemIndex 
ItemValues  This property provides a table of values to store in the database instead of the entries listed in the Items property.
OnPrepareSQL  This event allows for custom alterations to be made to the SELECT statement's WHERE clause at prepare time.
PreventDeleting  Determines if the control can initiate the deletion of records.
PreventEditing  Determines if any editing changes can be made through this control.
PreventInserting  Determines if any inserting changes can be made through this control.
PreventSearching  Determines if any search criteria changes can be made through this control.
ReadOnly  Determins if any modifications can be entered through this control.
SearchAlways  This property can make the control act as though it were always in search mode.
SearchBuffer  Reference to the SearchBuffer for this data bound control.
SearchWithMask  This property makes it so that IBO will continue to enforce the Editmask setting for the colum even when in search mode.
Text 

Introduced Public Methods
CanModify
Create
Destroy