controlP5 / ControlP5 / remove( )

name
remove ( )
description
remove a controlP5 element such as a controller, group, or tab by name. 
Syntax
remove(theString);
parameters
theStringString 


Returns
None
Usage
Web & Application
Related