Difference between revisions of "Manuals/calci/CLEAR"
(Created page with "<div style="font-size:30px">'''CLEAR ()'''</div><br/> ==Description== *This function is used the clear all internal variables,keys and filters in the object and in any assoc...") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
==Examples== | ==Examples== | ||
| + | # CLEAR() | ||
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|v=c-hgDhNi7KA|280|center|Clear}} | ||
==See Also== | ==See Also== | ||
*[[Manuals/calci/CLEAN| CLEAN]] | *[[Manuals/calci/CLEAN| CLEAN]] | ||
| − | *[[Manuals/calci/ | + | *[[Manuals/calci/CLS| CLS]] |
==References== | ==References== | ||
*[https://msdn.microsoft.com/en-us/library/dd355114.aspx Clear] | *[https://msdn.microsoft.com/en-us/library/dd355114.aspx Clear] | ||
| + | |||
| + | *[[Z_API_Functions | List of Main Z Functions]] | ||
| + | |||
| + | *[[ Z3 | Z3 home ]] | ||
Latest revision as of 13:56, 21 March 2019
CLEAR ()
Description
- This function is used the clear all internal variables,keys and filters in the object and in any associated objects such as reports,forms and codeunits.
- Also function does not affect or change values for variables in single instance code units.
- When CLEAR function is used on a code unit, only the reference to the code unit is deleted and not the code unit itself, as with Automation objects.
- This means that the content of the code unit stays intact.When the array of controls, the whole array is destroyed when the array variable goes out of scope.
- Also in the array of automation servers, we may CLEAR the whole array at once, or CLEAR each element individually.
Examples
- CLEAR()
Related Videos
See Also