removeBind

disables data binding

void removeBind(object source);
sourceobjectthe component which was used as the source of data binding
Back to top