TTextLayout indicates where text appears within the client area of a control.
TTextLayout = ( tlTop, tlCenter, tlBottom );
enum TTextLayout { tlTop, tlCenter, tlBottom };
StdCtrls
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|