TLabelPosition specifies the position of the label in a labeled edit control.
TLabelPosition = ( lpAbove, lpBelow, lpLeft, lpRight );
enum TLabelPosition { lpAbove, lpBelow, lpLeft, lpRight };
The following are possible values of TLabelPosition:
|
Value |
Meaning |
|
lpAbove |
The label appears above the edit control. |
|
lpBelow |
The label appears below the edit control. |
|
lpLeft |
The label appears to the left of the edit control. |
|
lpRight |
The label appears to the right of the edit control. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|