Name

<< Click to Display Table of Contents >>

Navigation:  VPE Object >

Name

Previous pageReturn to chapter overviewNext page

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.

 

See also:

"dycodoc Template Processing" in the Programmer's Manual