RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField.Alignment Property

Determines how the field's data is displayed within a data-aware control.

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

Use Alignment to specify the position of the field's data within data-aware controls. These are the possible values:

Meaning 
taLeftJustify  
Align data to the left side of the control  
taCenter  
Center data horizontally in the control  
taRightJustify  
Align data to the right side of the control  

 

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