ControlGroupObject

<< Click to Display Table of Contents >>

Navigation:  Interactive Objects >

ControlGroupObject

Previous pageReturn to chapter overviewNext page

Returns the Group Object at which the specified control belongs to.

This property belongs to TVPEObject.

property TVPEObject VPE.ControlGroupObject

read; runtime only

Returns:

The Group Object  the specified control belongs to.

If the specified control does not belong to a group, 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.