UseDefault (GenericNamedArraylist property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 14: Line 14:
<tr><th>%bool</th>
<tr><th>%bool</th>
<td>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.
<td>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.
<p class="code">For more information about these enumerations, see [[Using Boolean enumerations]]. </td></tr>
 
</p>
For more information about these enumerations, see [[Using Boolean enumerations]]. </td></tr>
<tr><th>%namrayl</th>
<tr><th>%namrayl</th>
<td>A NamedArraylist object.</td></tr>
<td>A NamedArraylist object.</td></tr>

Revision as of 18:24, 8 February 2011

Flag indicating whether or not Item returns the Default value when name has no value (FloatNamedArraylist, NamedArraylist, and UnicodeNamedArraylist classes)


This ReadWrite property indicates whether an attempted retrieval of an item that is not in the NamedArraylist should return the Default property value.

UseDefault will return, or may be assigned, only the values True or False. Its initial value is False.

Syntax

%currentBoolean = anyNal:UseDefault anyNal:UseDefault = newBoolean

Syntax terms

%bool A declared enumeration object of type Boolean to contain the returned or assigned value (True or False) of the UseDefault property. For more information about these enumerations, see Using Boolean enumerations.
%namrayl A NamedArraylist object.

See also