.. highlightlang:: us .. index:: EdSetTabStops .. _edsettabstops: EdSetTabStops ============= .. us.tag EdSetTabStops ENGLISH EdSet :ref:`EdSetTabStops` sets the tab stops in the editor. .. function:: bool = EdSetTabStops(hEdit, nTabStops) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hEdit Identifies the editor. .. uparam:: nTabStops *nTabStops* is a number between 1 and 16. .. seealso:: :ref:`overview-editors`, :ref:`EdCreate` :sub:`id-1397277`