InsertedVpeObjectCount

<< Click to Display Table of Contents >>

Navigation:  VPE Object >

InsertedVpeObjectCount

Previous pageReturn to chapter overviewNext page

After a call to DumpTemplate() or DumpTemplatePage() the VPE Objects of a template are dumped into the VPE Document. Depending on the amount of text a VPE Object contains, it might have been split over multiple pages. When an object is split over multiple pages, each splitted object is a new distinct object. This function returns the number of VPE Objects in the document that have been created from the provided template VPE Object.

property long TVPEObject.InsertedVpeObjectCount

read; runtime only

Returns:

the number of VPE Objects in the document that have been created from the provided template VPE Object

Remarks:

This property does only work for VPE Objects that reside in a template.

 

See also:

"dycodoc Template Processing" in the Programmer's Manual