VpeClearTplFields

<< Click to Display Table of Contents >>

Navigation:  Templates >

VpeClearTplFields

Previous pageReturn to chapter overviewNext page

Clears all Fields of a template, i.e. null-values are assigned to all fields within the given template.

void VpeClearTplFields(

VpeHandle hTemplate

)

VpeHandle hTemplate

Template Handle

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.

 

See Also:

"dycodoc Template Processing" in the Programmer's Manual