Context (Subsystem property)

From m204wiki
Revision as of 11:03, 19 March 2011 by Goff (talk | contribs) (guess subtitle, syntax and footer template names, match syntax terms to template, lots of tags and editscopy contetnt from PDF)
Jump to navigation Jump to search

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