Returns the default-value of the DataField the iterator is pointing to.
- Returns:
- - The default value of the DataField the iterator is pointing to. This value is only valid if peCode is ErrOk (0).
- Parameters:
-
The default value is the standard-value of a DataField when creating data manually or automatically within
TFORMer Designer. The default value is only used by
TFORMer Designer. When a DataSource is used to pass data to
TFORMer Runtime and a DataField is not set by this DataSource the value of the DataField will be an empty string ("") or 0. See also
TFormer_SetReuseValues.
- Note:
- The returned pointer is for temporary use only!