<< Click to Display Table of Contents >> VpeGetNextObject |
Returns the handle of the succeeding VPE Object in the document.
VpeHandle EXPO VpeGetNextObject(
VpeHandle hObject
)
VpeHandle hObject
VPE Object Handle
Returns:
the handle of the succeeding VPE Object in the document
Remarks:
This method allows in conjunction with the method VpeGetFirstObject() to iterate through all objects of a page / document.
The last object of a page will return NULL, i.e. there is no "next object" in the current page.
This function does only work for VPE Objects that reside in a VPE Document. If you specify an object handle to a different object, the function returns NULL.
"dycodoc Template Processing" in the Programmer's Manual