Form.Clear
The Clear function removes controls and so on from a Form. In effect, the Clear function works in the same way as the Init function except that it cannot specify the title for the Form. Only the Init function can specify the title.
Syntax |
Form.Clear() |
Description |
Removes the controls from a Form. |
Arguments |
None. |
Returns |
None. |
Example:
Form.Clear
Clears a Form that has been defined earlier in the script.