<< Click to Display Table of Contents >> VpeGetTplFieldObject |
Returns the handle of a Field Object.
VpeHandle VpeGetTplFieldObject(
VpeHandle hTemplate,
long data_source_index,
long field_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
long field_index
index into the array of available Fields
this value must be in the range between 0 and VpeGetTplFieldCount() - 1
Returns:
the handle of a Field Object, or NULL if data_source_index or field_index are out of range
Remarks:
The function can be used to access Field Objects directly.
"dycodoc Template Processing" in the Programmer's Manual