Vcl.DBCtrls.TCustomDBLookupComboBox.DropDownAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DropDownAlign: TDropDownAlign read FDropDownAlign write FDropDownAlign default daLeft;

C++

__property TDropDownAlign DropDownAlign = {read=FDropDownAlign, write=FDropDownAlign, default=0};

Properties

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

Description

Specifies how the drop-down list is aligned relative to its edit box.

Use DropDownAlign to specify the position of the drop-down list relative to the edit region of the lookup combo box. The drop-down list can be aligned to the left or right, or centered with the edit box.

See Also