Search
Group.Detach Method
See Also
 



Detaches a node from the group.

 Syntax

VB6  Copy Code

Public Sub Detach( _
    ByVal obj As Object _
)

C++  Copy Code

public:
void Detach (
    IDispatch* obj
)

 Parameters

obj
The node that is to be removed from the group.

 Remarks

Removes the object specified as argument from the group. The object is not deleted, it is just ceases to be member of the group.

 See Also