ControlTplVpeObject

<< Click to Display Table of Contents >>

Navigation:  Interactive Objects >

ControlTplVpeObject

Previous pageReturn to chapter overviewNext page

If the specified control in the document was created from a template using dycodoc and DumpTemplate(), you can retrieve the corresponding VPE Object of the Template (i.e. this is the VPE Object from which the Control was created) using this property.

This property belongs to TVPEObject.

property TVPEObject VPE.ControlTplVpeObject

read; runtime only

Returns:

The corresponding VPE Object in the template from which the specified object in the document was created. If the specified object was not created from a template, the ObjectHandle of the returned object is null.

Remarks:

The property can be used to access VPE Objects within the template directly.
Normally, there is no need to use this property.

 

You may access this property also for a VPE object that has a NULL-Handle, in this case an object with a NULL-Handle is returned.

 

See also:

"Interactive Documents" in the Programmer's Manual.