Values for specifying the alignment of text in DataWindow columns or text controls.
Use the numeric values with the Alignment DataWindow object property.
PowerBuilder enumerated value  | 
Numeric value  | 
Meaning  | 
|---|---|---|
Left!  | 
0  | 
Text is left aligned.  | 
Right!  | 
1  | 
Text is right aligned.  | 
Center!  | 
2  | 
Text is centered.  | 
Justify!  | 
3  | 
Wrapped text is justified. The last line of text is not stretched to fill the area. So for a single line of text, justified alignment will appear to have no effect.  |