UseDefault (UnicodeNamedArraylist property)

From m204wiki
Revision as of 19:39, 5 January 2011 by 198.242.244.47 (talk) (Created page with "<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Return the Default value?<section end=dpl_desc/></b></span> [[Category:UnicodeNamedArraylist methods|UseDefa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

UseDefault is a member of the UnicodeNamedArraylist class.

This ReadWrite property indicates whether an attempted retrieval of an item that is not on the UnicodeNamedArraylist 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

  %bool = %unamrayl:UseDefault
  %unamrayl: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.
%unamrayl
A UnicodeNamedArraylist object.