mobileControlDelete

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileControlDelete <control>
Synonymsiphonecontroldelete
Summary

Deletes a native mobile control.

Introduced4.6
OSios, android
Platformsmobile
Parameters
NameTypeDescription
control

The name or the id of the control to be deleted.

Example
mobileControlDelete tControlID
mobileControlDelete "myControlName"
RelatedCommand: mobileControlCreate, mobileControlSet, mobileControlDo
Function: mobileControlGet, mobileControlTarget, mobileControls
Description

Use mobileControlDelete to delete a native mobile control that was created with mobileControlCreate.