Context (Subsystem property)

From m204wiki
Revision as of 23:25, 2 March 2011 by JAL (talk | contribs)
Jump to navigation Jump to search

<section begin=dpl_desc/>Indicate subsystem context<section end=dpl_desc/>

Context is a member of the Subsystem class.

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

Syntax

  %(Subsystem):Context = newValue
  %currValue = %(Subsystem):Context

Syntax Terms

%(Subsystem)
The class name in parentheses denotes a shared method.
newValue
The string value that identifies the subsystem that is to become the new context.
currValue
A string to contain the name of the current subsystem context.