TDropDownAlign indicates the relative alignment of a drop-down list to the edit portion of a DB lookup combo box.
TDropDownAlign = ( daLeft, daRight, daCenter );
enum TDropDownAlign { daLeft, daRight, daCenter };
DBCtrls
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. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|