UseDefault (UnicodeNamedArraylist property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (fix "using boolean enumerations" link)
 
Line 1: Line 1:
<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Return the Default value?<section end=dpl_desc/></b></span>
#REDIRECT [[UseDefault (GenericNamedArraylist property)]]
[[Category:UnicodeNamedArraylist methods|UseDefault property]]
<!--DPL?? Category:UnicodeNamedArraylist methods|UseDefault property: Return the Default value?-->
<p>
UseDefault is a member of the [[UnicodeNamedArraylist class]].
</p>
 
This ReadWrite property indicates whether an attempted retrieval of an item
that is not on the UnicodeNamedArraylist should return the
[[Default (UnicodeNamedArraylist property)|Default]] property value.
 
UseDefault will return, or may be assigned, only the
values <tt>True</tt> or <tt>False</tt>.
Its initial value is <tt>False</tt>.
==Syntax==
  %bool = %unamrayl:UseDefault
 
  %unamrayl:UseDefault = %bool
===Syntax Terms===
<dl>
<dt><i>%bool</i>
<dd>A declared enumeration object of type Boolean to contain the returned
or assigned value (<tt>True</tt> or <tt>False</tt>) of the UseDefault property.
 
For more information about these enumerations, see [[Enumerations#Using_Boolean_enumerations|"Using Boolean Enumerations"]].
<dt><i>%unamrayl</i>
<dd>A UnicodeNamedArraylist object.
 
</dl>

Latest revision as of 03:20, 8 August 2012