System Reference Summary : 6. 4GL System Constants : System Constants : Field Alignment Settings for MatrixFields and StackFields
 
Share this page                  
Field Alignment Settings for MatrixFields and StackFields
Constant Value
Description
Numeric
Equivalent
FA_DEFAULT
Default alignment (usually FA_TOPLEFT)
-1
FA_NONE
No field alignment
0
FA_TOPLEFT
Align fields to top left corner of cell
9
FA_TOPCENTER
Align fields to top center of cell
10
FA_TOPRIGHT
Align fields to top right corner of cell
12
FA_CENTERLEFT
Align fields to left center of cell
17
FA_CENTER
Places fields in the center of cell
18
FA_CENTERRIGHT
Align fields to right center of cell
20
FA_BOTTOMLEFT
Align fields to bottom left corner of cell
33
FA_BOTTOMCENTER
Align fields to bottom center of cell
34
FA_BOTTOMRIGHT
Align fields to bottom right corner of cell
36