Vcl.DBLookup.TDBLookupComboStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDBLookupComboStyle = (csDropDown, csDropDownList);

C++

enum DECLSPEC_DENUM TDBLookupComboStyle : unsigned char { csDropDown, csDropDownList };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup Vcl.DBLookup

Description

Represents a set of flags that describes the style of a TDBLookupCombo.

TDBLookupComboStyle represents a set of flags that describes the style of a TDBLookupCombo. The following table indicates the meaning of various TDBLookupComboStyle flags:



Value Meaning

csDropDown

Creates a drop-down list with an edit box for manually entered text.

csDropDownList

Creates a drop-down list with no edit box; the user cannot enter text manually.



See Also