iosMultiline

Typeobject
DictionaryLCS
LibraryLiveCode Script
Syntax
iosMultiline
Summary

A native iOS control, UITextView, which allows the editing of multiple lines of text.

Introduced4.6.4
OSios
Platformsmobile
Example
mobileControlCreate "multiline"
mobileControlCreate "multiline", "name entry"
RelatedCommand: mobileControlDelete, mobileControlDo, mobileControlSet, mobileControlCreate
Function: mobileControlGet, mobileControlTarget
Message: scrollerEndDecelerate, scrollerBeginDrag, inputBeginEditing, scrollerDidScroll, scrollerEndDrag, inputTextChanged, scrollerScrollToTop, inputEndEditing, scrollerBeginDecelerate
Description

A multi-line iOS Text Input (UITextView) control is created using a control type of "multiline".

The input control allows multiple lines of text to be edited with the 'return' key ending each line.

Note: For full details of what the UITextView control is capable of and a background on it, see the iOS reference document.

Tagsobjects