setInitial
The setInitial property
specifies whether
the contents of the initialValue property
of a field is part of the first display for a ConsoleForm. The following
values are available:
- NO (the default)
- Each field is initialized with the contents of the variable that it is bound to.
- YES
- Each field is initialized with the contents of the initialValue property assigned to it.
In either case, once the user changes the field, the initial value is replaced.
The property is a BOOLEAN type. You cannot update the property at run time.
The default value for this property in NO.