RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TLeftRight Type

TLeftRight is a subset of TAlignment that allows left or right justification.

Pascal
TLeftRight = taLeftJustify..taRightJustify;
C++
taLeftJustify..taRightJustify TLeftRight;

Classes

TLeftRight is a subset of the TAlignment type that allows left or right justification, but no center justification. The following table lists the possible values.

Value 
Meaning 
taLeftJustify  
Left-justified: The left edges line up.  
taRightJustify  
Right-justified: The right edges line up.  

 

TAlignment

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