Description
Detaches a PBDOM_ELEMENT object from its parent PBDOM_OBJECT.
Syntax
pbdom_element_name.Detach()
Return value
PBDOM_OBJECT. The PBDOM_ELEMENT object detached from its parent object and returned as a PBDOM_OBJECT. If the PBDOM_ELEMENT object has no parent, the Detach method does nothing.