RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TTopBottom Type

TTopBottom is a subset of TVerticalAlignment that allows top or bottom alignment.

Pascal
TTopBottom = taAlignTop..taAlignBottom;
C++
taAlignTop..taAlignBottom TTopBottom;

Classes

TTopBottom is a subset of the TVerticalAlignment type that allows top or bottom alignment, but no vertical center alignment. The following table lists the possible values.

Value 
Meaning 
taAlignTop  
Text is aligned to the top edge of the control.  
taAlignBottom  
Text is aligned to the bottom edge of the control.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!