|
|
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:FloatNamedArraylist methods|Default property]] | |
| <!--DPL?? Category:FloatNamedArraylist methods|Default property: Value to be returned if no named item-->
| |
| <p>
| |
| Default is a member of the [[FloatNamedArraylist class]].
| |
| </p>
| |
| | |
| This ReadWrite property indicates the value to be returned if a
| |
| requested item name is not in the FloatNamedArraylist and
| |
| the [[UseDefault (FloatNamedArraylist property)|UseDefault]] property is set
| |
| to <tt>True</tt>.
| |
| ==Syntax==
| |
| %val = %fnamrayl:Default
| |
| | |
| %fnamrayl:Default = %val
| |
| ===Syntax Terms===
| |
| <dl>
| |
| <dt><i>%val</i>
| |
| <dd>A value that matches the FloatNamedArraylist
| |
| item type or one that can be converted to that type.
| |
| <dt><i>%fnamrayl</i>
| |
| <dd>A FloatNamedArraylist object.
| |
| | |
| </dl>
| |
| ==Usage Notes==
| |
| <ul>
| |
| <li>The initial value of the Default property varies with the
| |
| FloatNamedArraylist 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>
| |