Vcl.StdCtrls.TTextLayout
Delphi
TTextLayout = (tlTop, tlCenter, tlBottom);
C++
enum DECLSPEC_DENUM TTextLayout : unsigned char { tlTop, tlCenter, tlBottom };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | Vcl.StdCtrls |
Description
TTextLayout indicates where text appears within the client area of a control.
The following table describes the possible values:
Value | Meaning |
---|---|
tlTop |
The text appears at the top of the its control. |
tlCenter |
The text is vertically centered in the control. |
tlBottom |
The text appears along the bottom of the control. |