Default (UnicodeNamedArraylist property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
Line 1: Line 1:
<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Value to be returned if no named item<section end=dpl_desc/></b></span>
#REDIRECT [[Default (GenericNamedArraylist property)]]
[[Category:UnicodeNamedArraylist methods|Default property]]
<!--DPL?? Category:UnicodeNamedArraylist methods|Default property: Value to be returned if no named item-->
<p>
Default is a member of the [[UnicodeNamedArraylist class]].
</p>
 
This ReadWrite property indicates the value to be returned if a
requested item name is not in the UnicodeNamedArraylist and
the [[UseDefault (UnicodeNamedArraylist property)|UseDefault]] property is set
to <tt>True</tt>.
==Syntax==
  %val = %unamrayl:Default
 
  %unamrayl:Default = %val
===Syntax Terms===
<dl>
<dt><i>%val</i>
<dd>A value that matches the UnicodeNamedArraylist
item type or one that can be converted to that type.
<dt><i>%unamrayl</i>
<dd>A UnicodeNamedArraylist object.
 
</dl>
==Usage Notes==
<ul>
<li>The initial value of the Default property varies with the
UnicodeNamedArraylist item type:
<table>
<tr><th>Value</th><th>Item type</th></tr>
<tr><td>0</td><td>>Float and Fixed</td></tr>
<tr><td>null string</td><td>>String, Longstring, and Unicode</td></tr>
<tr><td>null reference</td><td>>object</td></tr>
</table>
</ul>

Latest revision as of 22:18, 2 August 2012