Back to Devexpress

TcxCustomLookupEdit Class

vcl-cxlookupedit-20abfa4a.md

latest2.9 KB
Original Source

TcxCustomLookupEdit Class

The base class for all classes that implement lookup editors.

Declaration

delphi
TcxCustomLookupEdit = class(
    TcxCustomComboBox
)

Remarks

This class is the base class for all classes implementing lookup functionality for a combo box. All settings required for the lookup functionality of an editor are stored in the Properties member. It specifies only base settings:

  • The DropDownAutoSize property determines whether the dropdown window is automatically resized in order to fit all dropdown columns in the best way possible.

  • The DropDownWidth property specifies the fixed width of the dropdown window.

  • The IncrementalFiltering property enables/disables an incremental filtering of records within the dropdown window.

The TcxCustomDBLookupEdit class derives from TcxCustomLookupEdit and declares additional properties common to LookupComboBox and ExtLookupComboBox controls.

For further explanations, see the description of the TcxCustomDBLookupEdit class in this help system.

Inheritance

Show 16 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMaskEdit TcxCustomDropDownEdit TcxCustomComboBox TcxCustomLookupEdit

See Also

TcxCustomExtLookupComboBox

TcxCustomLookupComboBox

Using Lookup Editors

TcxCustomLookupEdit Members

cxLookupEdit Unit