VpeGetTplPageObjVpeObject

<< Click to Display Table of Contents >>

Navigation:  Template Page >

VpeGetTplPageObjVpeObject

Previous pageReturn to chapter overviewNext page

Returns the handle of a VPE Object from a template page.

VpeHandle VpeGetTplPageObjVpeObject(

VpeHandle hPage,

long index

)

VpeHandle hPage

Page Handle

long index

index into the array of available VPE Objects in the page
this value must be in the range between 0 and VpeGetTplPageObjVpeObjectCount() - 1

Returns:

the handle of a VPE Object from a template page, or NULL if index is out of range

Remarks:

The function can be used to access VPE Objects within the template directly.

 

See Also:

"dycodoc Template Processing" in the Programmer's Manual