mobileControls
Type
function
Summary
Returns a list of all native mobile controls currently in existence.
Syntax
the mobileControls
mobileControls()
Description
Use the mobileControls function to get a list of all native controls currently in existence created using mobileControlCreate.
Examples
put mobileControls() into tControlList
Value
Name | Type | Description |
---|---|---|
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. |
Related
command: mobileControlDelete, mobileControlDo, mobileControlSet, mobileControlCreate
function: mobileControlGet, mobileControlTarget
Compatibility and Support
Introduced
LiveCode 4.6
OS
ios
android
Platforms
mobile