Vcl.DBLookup.TDBLookupCombo.DropDownWidth
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 | published | Vcl.DbLookup.pas Vcl.DBLookup.hpp |
Vcl.DBLookup | TDBLookupCombo |
Description
Specifies the width, in pixels, of the drop-down lookup combo list.
Use DropDownWidth to customize the width of the drop-down lookup combo list. If DropDownWidth is 0 (the default), the drop-down lookup combo list is the same width as the combo box.