Name (Subsystem property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
 
(11 intermediate revisions by 2 users not shown)
Line 5: Line 5:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%string</th><td>string</td></tr>
<tr><th>%string</th><td>A string variable to contain the returned name.</td></tr>
<tr><th><var>%(Subsystem)</var></th>
<tr><th><var class="nobr">%(Subsystem)</var></th>
<td>The class name in parentheses denotes a shared method. Name can also be invoked via a Subsystem object variable, which may be null.</td></tr>
<td>The class name in parentheses denotes a [[Notation conventions for methods#Shared methods|shared]] method. Name can also be invoked via a <var>Subsystem</var> object variable, which may be null.</td></tr>
</table>
</table>


==See also==
==See also==
{{Template:Subsystem:Name footer}}
{{Template:Subsystem:Name footer}}

Latest revision as of 00:31, 16 February 2014

Name of this subsystem (Subsystem class)


Syntax

%string = %(Subsystem):Name

Syntax terms

%stringA string variable to contain the returned name.
%(Subsystem) The class name in parentheses denotes a shared method. Name can also be invoked via a Subsystem object variable, which may be null.

See also