<< Click to Display Table of Contents >> Name |
In dycodoc a unique name is assigned to each VPE Object. This function returns the name of a VPE Object as defined in dycodoc.
property string TVPEObject.Name
read; runtime only
Remarks:
This property does only return correct values for VPE Objects Field object and Control Objects that reside in a template, and which have been inserted into the document using DumpTemplate() / DumpTemplatePage(). Otherwise this property returns an empty string.
You may access this property also for a VPE object that has a NULL-Handle, in this case an empty string is returned.
"dycodoc Template Processing" in the Programmer's Manual