VpeGetTplPageObject

<< Click to Display Table of Contents >>

Navigation:  Templates >

VpeGetTplPageObject

Previous pageReturn to chapter overviewNext page

Returns the handle of a Page Object.

VpeHandle VpeGetTplPageObject(

VpeHandle hTemplate,

long page_index

)

VpeHandle hTemplate

Template Handle

long page_index

index into the array of available Pages
this value must be in the range between 0 and VpeGetTplPageCount() - 1

Returns:

Handle of the Page Object, or NULL if index is out of range

Remarks:

The function can be used to access Page Objects directly.

 

See Also:

"dycodoc Template Processing" in the Programmer's Manual