Vcl.DBCtrls.TDBLookupComboBox.DropDownAlign

From RAD Studio API Documentation

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. {{#multireplace:Vcl.DBCtrls.TDBLookupComboBox.DropDownAlign|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.DBCtrls.TCustomDBLookupComboBox.DropDownAlign|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.DBCtrls.TCustomDBLookupComboBox.DropDownAlign|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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