mobileControlTarget | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | iphonecontroltarget | ||||||
Summary | Fetches the name or id (if no name is set) of the native mobile control that sent the message. | ||||||
Introduced | 4.6 | ||||||
OS | ios, android | ||||||
Platforms | mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Command: mobileControlDelete, mobileControlDo, mobileControlSet, mobileControlCreate Function: mobileControlGet, mobileControls | ||||||
Description | While in the context of a message that has been dispatched from a native mobile control created using mobileControlCreate, you can use the mobileControlTarget function to fetch the name or id (if no name is set) of the control that sent the message.
|