Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 16.0 (current version)Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0Version 10.0Version 2.0 (home page)

Index

On this page

TextView.setKeymanDelegate()

Summary

The setKeymanDelegate() method sets the delegate.

Syntax

TextView.setKeymanDelegate(keymanDelegate: TextViewDelegate)

Parameters

keymanDelegate
Keyman Delegate.

Description

Use this TextViewDelegate instead of the normal UITextViewDelegate.

Examples

Example: Using setKeymanDelegate()

The following script illustrates the use of setKeymanDelegate():

textView1 = TextView()
setTextViewStyle(textView1)
textView1.setKeymanDelegate(self)