RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBListBox Class

TDBListBox represents a data-aware list box that allows users to change field values by selecting an item from a list.

Pascal
TDBListBox = class(TCustomListBox);
C++
class TDBListBox : public TCustomListBox;

DBCtrls

Use TDBListBox to add a list box to a form that permits users to change the value of a field on the current record to one of a fixed set of choices. 

If the application doesn't require the data-aware capabilities of TDBListBox, use a list box (TListBox) instead to conserve system resources. 

Component writers wanting to create a customized list box objects should use TCustomListBox as a base class. 

 

TDBComboBox 

TDBLookupListBox 

TListBox 

Displaying and Editing Data in List and Combo Boxes 

Using Common Data Control Features

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!