NullValueText

<< Click to Display Table of Contents >>

Navigation:  Field Object >

NullValueText

Previous pageReturn to chapter overviewNext page

Sets / returns the text which is printed for Fields that have a null-value. You can assign a special text to Fields with a null-value. By default, the null-value text is an empty string. You can specify for each field an individual null-value text, for example "n/a".

property string TVPEField.NullValueText

read / write; runtime only

Remarks:

In case of an error, an exception is thrown (for example out of memory).

 

The Template Object itself offers simple methods to access a Field's value directly, i.e. without retrieving a Field Object first. See GetFieldNullValueText and SetFieldNullValueText.

 

See also:

"dycodoc Template Processing" in the Programmer's Manual