mobileControlDelete

Deletes a native mobile control.

# Metadata

Platforms: mobile OS: ios, android Introduced: 4.6 Security:

# Syntax

mobileControlDelete control

# Params

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

# Examples

mobileControlDelete tControlID

mobileControlDelete "myControlName"

# Description

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

# Tags

# See