<< Click to Display Table of Contents >> VpeGetDataSourceFieldObject |
Returns the handle of a Field Object.
VpeHandle VpeGetDataSourceFieldObject(
VpeHandle hDataSource,
long field_index
)
VpeHandle hDataSource
Data Source Handle
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