.. highlightlang:: us .. index:: TBSetClipText .. _tbsetcliptext: TBSetClipText ============= .. us.tag TBSetClipText ENGLISH TB_Set New500 :ref:`TBSetClipText` enables or disables clipping. .. function:: bool = TBSetClipText(hText, bClip) .. 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:: bClip If *bClip* is TRUE (1), clipping the text at the text box is enabled. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`overview-drawing-objects`, :ref:`TBSetRefPoint`, :ref:`TBSetAutoSize`, :ref:`TBIsClipText`, :ref:`OBJSetPosWC`, :ref:`OBJGetRefPointWC` :sub:`id-2006439`