Link Search Menu Expand Document

Object.DeleteChild Method

Explanation Disconnects all child objects connected to the object from the object tree.

See the Delete method for disconnecting from the object tree.
Call format obj.DeleteChild( )
Return value None
Arguments None
Exception None
Example of use
Function OnTouch(e) {
    //.Form1.DeleteChild();
    //.Form1.Get("Form1Sub.crs");
}
 
Related item Delete, Append methods