.. highlightlang:: us .. _objgetparentcb: OBJGetParentCB ============== .. index:: OBJGetParentCB .. us.tag OBJGetParentCB ENGLISH New420 draw-get :ref:`OBJGetParentCB` returns the handle of the parent group object. .. function:: hCB = OBJGetParentCB(hObj) .. us.return **Return Value** *hCB* is the handle of the parent group-object. If the object does not have a parent, the functions returns 0. .. us.params **Parameters** .. uparam:: handle *handle* is the handle of the object. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 4.2.0 - New. .. seealso:: :ref:`AppGetActiveDocument`, :ref:`AppGetActivePage`, :ref:`GetParent` :sub:`id-833217`