|
RAD Studio VCL Reference
|
Determines how the field's data is displayed within a data-aware control.
property Alignment: TAlignment;
__property TAlignment Alignment;
Use Alignment to specify the position of the field's data within data-aware controls. These are the possible values:
|
Value |
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!
|