MultiLine Property
Version: Available or changed with runtime version 3.2.
Sets the value that indicates whether a field can display multiple lines of text.
Applies to
- Page Label
- Page Field
Property Value
True if you want to display multiple lines; otherwise, false. The default is false.
Syntax
MultiLine = true;
Remarks
With Business Central 2023 release wave 2, you can use the RichContent
option on the ExtendedDataType property to enable a rich text field. To enable a rich text field, the field must have the Multiline property set to true
and it must reside alone within a FastTab group. For an example of creating a rich text editor, see Creating a rich text editor.