Language Reference Guide : 4. System Classes : EntryField Class : IsMultiLine Attribute
 
Share this page                  
IsMultiLine Attribute
Data Type: smallint
4GL Access: RW
The IsMultiLine attribute indicates the entry field type, which can be single-line or multiline.
Valid values are:
TRUE
Specifies a multiline entry field
FALSE
Specifies a single-line entry field
When you select the single-line entry field icon in the Workbench Frame Editor's field palette, OpenROAD automatically sets IsMultiLine to FALSE. When you select the multiline entry field icon, OpenROAD sets this attribute to TRUE. When you create an entry field dynamically, OpenROAD automatically sets this attribute to TRUE.
For a discussion of using this attribute, see the Programming Guide.