Context (Subsystem property)

From m204wiki
Revision as of 19:58, 1 January 2011 by 198.242.244.47 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.