VpeGetControlFieldObject

<< Click to Display Table of Contents >>

Navigation:  Interactive Objects >

VpeGetControlFieldObject

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.

VpeHandle VpeGetControlFieldObject(

VpeHandle hControl,

)

VpeHandle hControl

Control Handle

Returns:

The handle of the associated Field Object of the specified control.

If the specified control is not associated with a Field, or the supplied object handle does not specify a control, NULL is returned.

Remarks:

The function allows that hControl may be NULL, in this case the function returns NULL.

 

See Also:

"Interactive Documents" in the Programmer's Manual.