Vcl.DBCtrls.TCustomDBLookupComboBox.DropDownWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DropDownWidth: Integer read FDropDownWidth write FDropDownWidth default 0;

C++

__property int DropDownWidth = {read=FDropDownWidth, write=FDropDownWidth, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TCustomDBLookupComboBox

Description

Specifies the width, in pixels, of the drop-down list.

Use DropDownWidth to customize the width of the drop-down list. If DropDownWidth is 0 (the default), the drop-down list is the same width as the combo box.

DropDownWidth is useful when displaying multiple list fields, and therefore, multiple columns in the database lookup combo box.

See Also