.. highlightlang:: us .. index:: TBSetDefault .. _tbsetdefault: TBSetDefault ============ .. us.tag TBSetDefault ENGLISH TB_Set :ref:`TBSetDefault` sets text settings to default values. .. function:: bool = TBSetDefault(hText) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hText The handle of a text object created with :ref:`TBCreate`. .. seealso:: :ref:`overview-text-objects`, :ref:`TBCreate` :sub:`id-20888`