RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLinkLabel.TLinkAlignment Nested Type

TLinkAlignment specifies how text is aligned within a link label.

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

The possible values of TLinkAlignment are:

Value 
Meaning 
taLeftJustify  
Text is left-justified: All lines begin at the left edge of the link label.  
taRightJustify  
Text is right-justified: All lines end at the right edge of the link label.  

 

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