<< Click to Display Table of Contents >> ClearFields |
Clears all Fields of a template, i.e. null-values are assigned to all fields within the given template.
method void TVPETemplate.ClearFields()
Remarks:
A null-value is a special value, like in SQL databases. An empty string or an integer / double / date with the value zero are not null-values.
In string expressions a null-value is treated like an empty string. In numeric or date expressions, a null-value is treated like a zero.
"dycodoc Template Processing" in the Programmer's Manual