Show: Delphi C++
Display Preferences

Vcl.StdCtrls.TTextLayout

From XE2 API Documentation
Jump to: navigation, search

Delphi

type TTextLayout = (tlTop, tlCenter, tlBottom)

C++

enum 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.

Personal tools
Previous Versions
Translations