IsMultiText Function

Class

TextField.

Action

Tests whether the text box is a multi-line text box.

Availability

This functionality is supported only if you are using the Classic Agent.

Syntax

bIsMulti = textfield.IsMultiText()
Variable Description
bIsMulti TRUE if the text box is a multi-line text box. BOOLEAN.

Notes

IsMultiText returns TRUE if the text box is multi-line, or FALSE if it is single-line.

Example

BOOLEAN bIsMultiLine
bIsMultiLine = TextEditor.Document.IsMultiText()