RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumnTitle.DefaultAlignment Method

Returns the default alignment of the column title.

Pascal
function DefaultAlignment: TAlignment;
C++
__fastcall TAlignment DefaultAlignment();

DefaultAlignment returns the alignment for the column that should be used if the Alignment property is not explicitly set. The DefaultAlignment property for TColumnTitle always returns taLeftJustify. Descendants of TColumnTitle can override this to compute the default alignment in an appropriate way. 

 

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