ControlFieldObject

<< Click to Display Table of Contents >>

Navigation:  Interactive Objects >

ControlFieldObject

Previous pageReturn to chapter overviewNext page

If the specified control was created from a template using dycodoc and DumpTemplate(), its value might be associated with a field. In such case this property returns the associated Field object.

This property belongs to TVPEObject.

property TVPEField VPE.ControlFieldObject

read; runtime only

Returns:

The Field Object which is associated with the specified control.

If the specified control is not associated with a Field, or if this property is used for a TVPEObject which does not represent a control, the ObjectHandle of the returned object is null.

Remarks:

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.