Language Reference Guide : 4. System Classes : BarField Class : GrowFrom Attribute
 
Share this page                  
GrowFrom Attribute
Data Type: smallint
4GL Access: RW
The GrowFrom attribute specifies which edge of the foreground rectangle represents the minimum value for the bar field. As the value of the field increases, the bar grows from the specified edge toward the opposite edge.
Valid values are:
GF_DEFAULT
GF_TOP
GF_BOTTOM
GF_LEFT
GF_RIGHT
Default: GF_DEFAULT (system default; the same as GF_BOTTOM)
Descriptions of system constant values and their numeric equivalents are listed in GrowFrom Settings for BarFields and BitmapObjects.