Context (Subsystem property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 7: Line 7:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>currentString</th><td>A string to receive the name of the current <var>subsystem</var> context.</td></tr>
<tr><th>currentString</th><td>A string to receive the name of the current <var>subsystem</var> context.</td></tr>
<tr><th>%(Subsystem)</th><td>The class name in parentheses denotes a shared method.</td></tr>
<tr><th><var>%(Subsystem)</var></th><td>The class name in parentheses denotes a shared method.</td></tr>
<tr><th>newString</th><td>The string value that identifies the <var>subsystem</var> that is to become the new context.</td></tr>
<tr><th>newString</th><td>The string value that identifies the <var>subsystem</var> that is to become the new context.</td></tr>
</table>
</table>

Revision as of 20:26, 21 April 2011

Indicate the subsystem context (Subsystem class)

The Context shared property sets or gets the current value for the subsystem context. Once a subsystem context is set, all subsequent Subsystem class methods apply to that subsystem context, as discussed in "Subsystem context".

Syntax

%currentString = %(Subsystem):Context %(Subsystem):Context = newString

Syntax terms

currentStringA string to receive the name of the current subsystem context.
%(Subsystem)The class name in parentheses denotes a shared method.
newStringThe string value that identifies the subsystem that is to become the new context.

Usage Notes

Examples

See also