Programmer's Guide > Interfaces > TableObjectStore interface > deleteObject method
  
deleteObject method
Deletes a table object from the store.
deleteObject(item )
Parameters
TableObjectitem
The object to be removed from the store. The operation is ignored if the object is not in the store.
Returns
void