Context (Subsystem property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 9: Line 9:
This shared property sets or gets the current value for the subsystem context.
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
Once a subsystem context is set, all Subsystem class methods apply to that
subsystem context, as discussed in "[[System and Subsystem classes#Subsystem context|Subsystem context]]".
subsystem context, as discussed in [[System and Subsystem classes#Subsystem context|"Subsystem context"]].
===Syntax===
===Syntax===
   %(Subsystem):Context = newValue
   %(Subsystem):Context = newValue

Revision as of 23:25, 2 March 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.