<< Click to Display Table of Contents >> VpeGetTplFieldCount |
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
"dycodoc Template Processing" in the Programmer's Manual