NextObject

<< Click to Display Table of Contents >>

Navigation:  VPE Object >

NextObject

Previous pageReturn to chapter overviewNext page

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.

 

See also:

"dycodoc Template Processing" in the Programmer's Manual

"Important Note for VPE-VCL Users" in the Programmer's Manual