Vcl.DBCtrls.TDBListBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCustomListBoxVcl.Controls.TCustomMultiSelectListControlVcl.Controls.TCustomListControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentTDBListBox

Delphi

TDBListBox = class(TCustomListBox)

C++

class PASCALIMPLEMENTATION TDBListBox : public Vcl::Stdctrls::TCustomListBox

Properties

Type Visibility Source Unit Parent
class public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls Vcl.DBCtrls

Description

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

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.

See Also