VpeGetTplFieldCount

<< Click to Display Table of Contents >>

Navigation:  Templates >

VpeGetTplFieldCount

Previous pageReturn to chapter overviewNext page

Returns the total number of Fields used within the given Data Source of the given template.

long VpeGetTplFieldCount(

VpeHandle hTemplate,

long data_source_index,

)

VpeHandle hTemplate

Template Handle

long data_source_index

index into the array of available Data Sources
this value must be in the range between 0 and VpeGetTplDataSourceCount() - 1

Returns:

the total number of Fields used within the given Data Source of the given template

 

See Also:

"dycodoc Template Processing" in the Programmer's Manual