UseDefault (FloatNamedArraylist property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (fix "using boolean enumerations" link)
Line 23: Line 23:
or assigned value (<tt>True</tt> or <tt>False</tt>) of the UseDefault property.
or assigned value (<tt>True</tt> or <tt>False</tt>) of the UseDefault property.


For more information about these enumerations, see [[Using Boolean enumerations]].
For more information about these enumerations, see [[Enumerations#Using_Boolean_enumerations|"Using Boolean Enumerations"]].
<dt><i>%fnamrayl</i>
<dt><i>%fnamrayl</i>
<dd>A FloatNamedArraylist object.
<dd>A FloatNamedArraylist object.


</dl>
</dl>

Revision as of 09:17, 19 May 2011

<section begin=dpl_desc/>Return the Default value?<section end=dpl_desc/>

UseDefault is a member of the FloatNamedArraylist class.

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

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

Syntax

  %bool = %fnamrayl:UseDefault
  %fnamrayl:UseDefault = %bool

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".
%fnamrayl
A FloatNamedArraylist object.