<< Click to Display Table of Contents >> NextObject |
Returns the succeeding VPE Object in the document.
property TVPEObject TVPEObject.NextObject
read; runtime only
Returns:
The succeeding VPE Object in the document. If there is no succeeding object the ObjectHandle of the returned object is null.
Remarks:
This property allows in conjunction with the method FirstObject to iterate through all objects of a page / document.
This function does only work for VPE Objects that reside in a VPE Document.
"dycodoc Template Processing" in the Programmer's Manual
"Important Note for VPE-VCL Users" in the Programmer's Manual