.. highlightlang:: us .. index:: TBSetWordWrap .. _tbsetwordwrap: TBSetWordWrap ============= .. us.tag TBSetWordWrap ENGLISH TB_Set New500 :ref:`TBSetWordWrap` enables or disables word wrap. .. function:: bool = TBSetWordWrap(hText, bWordWrap) .. us.return **Return Value** *bool* is TRUE (1) if the function was successful and FALSE (0) if an error occued. .. us.params **Parameters** .. uparam:: hText *hText* identifies the text object. .. uparam:: bWordWrap If *bClip* is TRUE (1), word wrap is enabled. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`overview-text-objects`, :ref:`TBSetRefPoint`, :ref:`TBSetAutoSize`, :ref:`TBIsWordWrap`, :ref:`OBJSetPosWC`, :ref:`OBJGetRefPointWC` :sub:`id-1696762`