Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Index

On this page

TextField.setKeymanDelegate()

Summary

The setKeymanDelegate() method sets the delegate.

Syntax

TextField.setKeymanDelegate(keymanDelegate: TextFieldDelegate)

Parameters

keymanDelegate
Keyman Delegate.

Description

Use this TextFieldDelegate instead of the normal UITextFieldDelegate.

Examples

Example: Using setKeymanDelegate()

The following script illustrates the use of setKeymanDelegate():

textField1 = TextField()
setTextFieldStyle(textField1)
textField1.setKeymanDelegate(self)