Vcl.DBCtrls.TDBLookupListBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.DBCtrls.TDBLookupControlVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDBLookupListBox

Delphi

TDBLookupListBox = class(TDBLookupControl)

C++

class PASCALIMPLEMENTATION TDBLookupListBox : public TDBLookupControl

Properties

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

Description

TDBLookupListBox provides a list of lookup items for filling in fields that require data from another dataset.

Use TDBLookupListBox to provide users with a convenient list of lookup items to set a field value using the values of a field in another dataset. Lookup list boxes usually display values that are a represent a more meaningful description of the actual field value.

If TDBLookupListBox is linked to a lookup field component, it automatically reads the relationship between the field value and the lookup values in the lookup dataset from the field component. The relationship between field values and the corresponding values in the lookup dataset can also be explicitly set using the properties of the lookup list box when the list box is not linked to a lookup field component.

See Also