Language Reference Guide : 4. System Classes : TableField Class : Orientation Attribute
 
Share this page                  
Orientation Attribute
Data Type: smallint
4GL Access: RW
The Orientation attribute specifies the direction of the table field. Valid values are:
FO_VERTICAL
Displays the columns in the vertical position, with the rows moving across the screen
FO_HORIZONTAL
Displays the columns horizontally, going across the screen, with the rows in a vertical position
Default: FO_VERTICAL (the standard row-based table field)
Descriptions of system constant values and their numeric equivalents are listed in Orientation Settings for TableField, StackField, SliderField, ScrollbarField, RadioField, and PaletteField.