Vcl.DBCtrls.TDropDownAlign
Delphi
TDropDownAlign = (daLeft, daRight, daCenter);
C++
enum DECLSPEC_DENUM TDropDownAlign : unsigned char { daLeft, daRight, daCenter };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.DBCtrls.pas Vcl.DBCtrls.hpp |
Vcl.DBCtrls | Vcl.DBCtrls |
Description
TDropDownAlign indicates the relative alignment of a drop-down list to the edit portion of a DB lookup combo box.
The following table summarizes the possible values:
Value | Meaning |
---|---|
daLeft |
The drop-down list is aligned with the left edge of the edit region. |
daRight |
The drop-down list is aligned with the right edge of the edit region. |
daCenter |
The drop-down list is centered beneath the edit region. |