Vcl.ExtCtrls.TLabelPosition
Delphi
TLabelPosition = (lpAbove, lpBelow, lpLeft, lpRight);
C++
enum DECLSPEC_DENUM TLabelPosition : unsigned char { lpAbove, lpBelow, lpLeft, lpRight };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | Vcl.ExtCtrls |
Description
TLabelPosition specifies the position of the label in a labeled edit control.
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. |