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;

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.  

 

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