Link Search Menu Expand Document

Object.ClearChild Method

Explanation Initializes the default properties of all child objects connected to the object.
See the Clear method for initializing the default properties.
Call format obj.ClearChild( )
Return value None
Arguments None
Exception None
Example of use
Function OnTouch(e) {
    //.Form1.ClearChild();
}
 
Related item Clear methods