mobileControls

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
the mobileControls
mobileControls()
Synonymsiphonecontrols
Summary

Returns a list of all native mobile controls currently in existence.

Introduced4.6
OSios, android
Platformsmobile
Example
put mobileControls() into tControlList
Values
NameTypeDescription
return

The mobileControls function returns a return-delimited list of control names or ids. Where a control has a name that is used, otherwise its id is used. Only controls created with the mobileControlCreate command are present in the list.

RelatedCommand: mobileControlDelete, mobileControlDo, mobileControlSet, mobileControlCreate
Function: mobileControlGet, mobileControlTarget
Description

Use the mobileControls function to get a list of all native controls currently in existence created using mobileControlCreate.