RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderSection.Alignment Property

Specifies how text is aligned within the header section.

Pascal
property Alignment: TAlignment;
C++
__property TAlignment Alignment;

Use Alignment to specify whether the header section text should be left-justified, right-justified, or centered. 

These are the possible values of Alignment:

Value 
Meaning 
taLeftJustify  
Align text on the left side of the header section.  
taCenter  
Center text in the header section.  
taRightJustify  
Align text on the right side of the header section.  

 

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