Vcl.DBLookup.TDBLookupCombo.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TDBLookupComboStyle read FStyle write SetStyle default csDropDown;

C++

__property TDBLookupComboStyle Style = {read=FStyle, write=SetStyle, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupCombo

Description

Determines how the lookup combo box displays its items.

Use Style to specify whether the list drops down when the user clicks a button or if it is always displayed. By default, Style is csDropDown, meaning that the lookup combo box displays each item as a string in a drop-down list, and that users can edit the value in the edit region. Style can be either csDropDown or csDropDownList.

See Also