API:Vcl.DBCtrls.TDBLookupComboBox.DropDownAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DropDownAlign: TDropDownAlign read FDropDownAlign write FDropDownAlign default 0;

C++

__property DropDownAlign = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBLookupComboBox

Description

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

Vcl.DBCtrls.TDBLookupComboBox.DropDownAlign inherits from Vcl.DBCtrls.TCustomDBLookupComboBox.DropDownAlign. All content below this line refers to Vcl.DBCtrls.TCustomDBLookupComboBox.DropDownAlign.

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