RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StdCtrls.TTextLayout Enumeration

TTextLayout indicates where text appears within the client area of a control.

Pascal
TTextLayout = (
  tlTop,
  tlCenter,
  tlBottom
);
C++
enum TTextLayout {
  tlTop,
  tlCenter,
  tlBottom
};

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!