public function DisposeObject
Prototype:
public function DisposeObject(clean_child=true)
Parameters
clean_child
if set to true DisposeObject is called recursively on all the children of this object
Description:
This function tells the client that a control is no longer needed and can be deleted.
Return value:
This function returns nothing (null).