DeepCopy (Screen function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 1: | Line 1: | ||
{{Template:Screen:DeepCopy subtitle}} | {{Template:Screen:DeepCopy subtitle}} | ||
This method returns a Screen object that is a deep copy of the method object. DeepCopy is identical to the Copy method (“Copy function”, above). For more information about copyability, see “[[Copying Objects]]”. | This method returns a Screen object that is a deep copy of the method object. DeepCopy is identical to the Copy method (“Copy function”, above). For more information about copyability, see “[[Copying Objects]]”. | ||
==Syntax== | ==Syntax== | ||
{{Template:Screen:DeepCopy syntax}} | {{Template:Screen:DeepCopy syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
< | <table class="syntaxTable"> | ||
< | <tr><th>%outscreen</th> | ||
< | <td>A declared Screen object. </td></tr> | ||
< | <tr><th>%screen</th> | ||
< | <td>A reference to an instance of a Screen object.</td></tr> | ||
</ | </table> | ||
==Usage notes== | ==Usage notes== |
Revision as of 19:34, 18 March 2011
Return a deep copy of a screen object (Screen class)
This method returns a Screen object that is a deep copy of the method object. DeepCopy is identical to the Copy method (&#x201C;Copy function&#x201D;, above). For more information about copyability, see &#x201C;Copying Objects&#x201D;.
Syntax
%outScreen = screen:DeepCopy
Syntax terms
%outscreen | A declared Screen object. |
---|---|
%screen | A reference to an instance of a Screen object. |
Usage notes
The method object (%screen) may be null. The output of a copy of a null object is a null object.