|
|
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:FloatNamedArraylist methods|UseDefault property]] | |
| <!--DPL?? Category:FloatNamedArraylist methods|UseDefault property: Return the Default value?-->
| |
| <p>
| |
| UseDefault is a member of the [[FloatNamedArraylist class]]. | |
| </p>
| |
| | |
| This ReadWrite property indicates whether an attempted retrieval of an item
| |
| that is not on the FloatNamedArraylist should return the Default
| |
| [[Default (FloatNamedArraylist 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 = %fnamrayl:UseDefault
| |
| | |
| %fnamrayl: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>%fnamrayl</i>
| |
| <dd>A FloatNamedArraylist object.
| |
| | |
| </dl>
| |