mobileControlCreate | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Synonyms | iphonecontrolcreate | |||||||||
Summary | Creates a native iOS or Android control. | |||||||||
Introduced | 4.6 | |||||||||
OS | ios, android | |||||||||
Platforms | mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Related | Command: mobileControlDelete, mobileControlDo, mobileControlSet Function: mobileControlGet, mobileControlTarget, result, mobileControls | |||||||||
Description | Low-level support has been added for creating and manipulating some native mobile controls (views) on iOS and Android. Native mobile iOS and Android controllers can only be created dynamically in script. To destroy a native control use: mobileControlDelete To configure a native control use: mobileControlSet To read a property of a native control use: mobileControlGet To control the behavior of a native control use: mobileControlDo
|