unicodeTitle | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Specifies the string shown in a stack window's title bar as a unicode string. | ||||||
Introduced | 2.9 | ||||||
Deprecated | In LiveCode 7.0 the language was changed to handle unicode transparently. This means that language functionality which previously aided unicode text manipulation is no longer required. | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: label Function: uniEncode | ||||||
Description | Use the unicodeTitle property to set the title of a stack's window to a unicode string, or to get the current title of a stack's window as a unicode string. Windows 98SE and Windows ME do not support unicode window titles. On these systems, the string displayed in the title bar will be the closest approximation possible on the running system.
|