cbo Control

Properties    Methods    Events    Belongs to

The cbo control is based on the Visual Basic's ComboBox control. Most of its interface is the same as that of DBCombo. In addition, it has an IBatControl interface, which enables the control to be contained in an atb control. And last, but not least, it has a Caption property and some special alignment functions.

Binding a cbo control to a column of an atb control

Draw a cbo control onto your atb control and you will be able to bind the cbo control to a column of the atb control. Leave the DataSource Property blank. Simply type in the Name of the atb column to the DataField property or - even more simple - leave DataField blank and use the name of the atb column as the name of the cbo control.

Simple - simpler - the simplest: Use the bAt Master Add-In to throw the suitable controls into your atb!