Context (Subsystem property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Indicate subsystem context<section end=dpl_desc/></b></span> Context property...")
 
m (1 revision)
(No difference)

Revision as of 20:20, 1 January 2011

<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.