.. highlightlang:: us .. index:: TBConfigDialog .. _tbconfigdialog: TBConfigDialog ============== .. us.tag TBConfigDialog NOTREADYENGLISH TB_Get New500 Displays the text object configuration dialog box. .. function:: bool = TBConfigDialog(hText) .. us.return **Return Value** *bool* is TRUE (1) if the user closes the dialog box by pressing the OK button and FALSE (0) if the use presses the Cancel button. .. us.params **Parameters** .. uparam:: hText The handle of a text object created with :ref:`TBCreate`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`overview-text-objects`, :ref:`TBCreate`, :ref:`TBSetText` :sub:`id-1799162`