In both cases, the property holds a two dimensional array of integers.
myTextBox ConsoleField {
segments = [[5,1,10], [6,1,10]], dataType = "string" };
myArrayField ConsoleField[5] {
segments = [[5,1,10], [6,1,10], [7,1,10], [8,1,10], [9,1,10]] };
If you specify a value for segments, EGL ignores the value for position, and you must set fieldLen to the length of all segments combined.
If you specify multiple segments, the behavior of the ConsoleField is also affected by the value of the lineWrap property.
There is no default value for this property. It cannot be updated at run time.
| Data item | JSF handler | VGUI record | Console UI | Text Form Java™ | Text Form COBOL | Print Form Java | Print Form COBOL |
|---|---|---|---|---|---|---|---|
| Yes | No | No | Yes | No | No | No | No |