Vcl.ExtCtrls.TLabelPosition
Delphi
TLabelPosition = (lpAbove, lpBelow, lpLeft, lpRight);
C++
enum DECLSPEC_DENUM TLabelPosition : unsigned char { lpAbove, lpBelow, lpLeft, lpRight };
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
enum | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | Vcl.ExtCtrls |
Description
TLabelPosition spécifie la position du libellé dans un contrôle d'édition nommé.
Voici les valeurs possibles de TLabelPosition : :
Valeur | Signification |
---|---|
lpAbove |
Le libellé apparaît au-dessus du contrôle d'édition. |
lpBelow |
Le libellé apparaît en dessous du contrôle d'édition. |
lpLeft |
Le libellé apparaît à gauche du contrôle d'édition. |
lpRight |
Le libellé apparaît à droite du contrôle d'édition. |