Gets or sets a value which determines whether host continuation fields are displayed as Multiline Text box controls.
object.UseMultiLineTextBoxes as Integer
Multi-line text boxes display multiple lines of text within the one control. Word wrap is managed automatically within a multi-line text box.
The recognition engine will automatically generate a Multi-line text box where it identifies continuation entry fields. Setting this property to False on the form will mean that each entry line is generated as a separate text box.
![]() |
![]() |
An entry field on a form with UseMultilineTextBoxes set to True. |
The same field on a form with UseMultilineTextBoxes set to False. |
Changing this property at run-time will cause the dynamic recognition engine to recreate the form and will result in the loss of any data that has been entered by the user. This property should not be changed within the Form events OnReceive or OnRefresh.
Category rules | UseCheckBoxes property | UseComboBoxes property | UseCommandCombos property | UseDateCombos property | UseGrids property | UseHyperlinks property | UseLines property | UseMenus property | UseOptionButtons property | UsePromptButtons property | UseUpDowns property | UseURLs property | MultiLine_property.htm | Text_box_control.htm
© 2004-2021 looksoftware. All rights reserved.