unicodeText | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | field, button | ||||||
Summary | Specifies the text in a field, represented as Unicode (double-byte characters). | ||||||
Introduced | 2.0 | ||||||
Deprecated | 7.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: field Property: dragData, text, HTMLText, unicodeLabel Function: uniDecode, charToNum, uniEncode Glossary: property, Unicode | ||||||
Description | Use the unicodeText property to set or get the contents of a field or button as UTF-16.
For fields, use the unicodeText property to display a unicode string in a field or retrieve the text displayed in a field as a unicode string. For buttons, use the unicodeText property to set the menu contents of a button(if it is a menu) to a unicode string. To set the label of a button to a unicode string use the unicodeLabel property. | ||||||
Tags | text processing |