<< Click to Display Table of Contents >> InsertedVpeObject |
Returns the n-th VPE Object in the document that has been created from the provided template VPE Object.
method TVPEObject TVPEObject.InsertedVpeObject (
long Index
)
long Index
index into the array of available VPE objects in the VPE Document
this value must be in the range between 0 and InsertedVpeObjectCount - 1
Returns:
The n-th VPE Object in the document that has been created from the provided template VPE Object. If Index is out of range an exception is thrown.
Remarks:
This method does only work for VPE Objects that reside in a template.
"dycodoc Template Processing" in the Programmer's Manual
"Important Note for VPE-VCL Users" in the Programmer's Manual