Vcl.StdCtrls.TTextLayout

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TTextLayout = (tlTop, tlCenter, tlBottom);

C++

enum DECLSPEC_DENUM TTextLayout : unsigned char { tlTop, tlCenter, tlBottom };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls

Description

TTextLayout indique l'endroit où le texte apparaît dans la zone client d'un contrôle.

Le tableau suivant décrit les valeurs possibles :



Valeur Signification

tlTop

Le texte apparaît en haut de son contrôle.

tlCenter

Le texte est centré verticalement dans le contrôle.

tlBottom

Le texte apparaît en bas du contrôle.