.. highlightlang:: us .. index:: CBCreate .. _cbcreate: CBCreate ======== .. us.tag CBCreate NOTREADYENGLISH Changed427 Creates an Combined-Block Object which can hold one or more drawing objects (Circle, Text, Line, etc.). .. function:: hlink = CBCreate() hlink = CBCreate(hOther) .. us.return **Return Value** *hlink* identifies the object. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 4.2.7 - Function can be invoked with one parameter (copy constructor). .. seealso:: :ref:`overview-group-object`, :ref:`CBDestroy`, :ref:`ObjCopy` :sub:`id-472863`