Language Reference Guide : 4. System Classes : SubForm Class : ChildGravity Attribute
 
Share this page                  
ChildGravity Attribute
Data Type: integer
4GL Access: RW
The ChildGravity attribute determines the alignment of the component fields within their stack field cells.
OpenROAD enforces this attribute's setting on any component field whose Gravity attribute is set to FA_DEFAULT.
Valid settings are:
FA_DEFAULT (system default value)
FA_NONE
FA_TOPLEFT
FA_TOPCENTER
FA_TOPRIGHT
FA_CENTERLEFT
FA_CENTER
FA_CENTERRIGHT
FA_BOTTOMLEFT
FA_BOTTOMCENTER
FA_BOTTOMRIGHT
Descriptions of system constant values and their numeric equivalents are listed in Field Alignment Settings for MatrixFields and StackFields.