TBConfigDialogΒΆ

Displays the text object configuration dialog box.

bool = TBConfigDialog(hText)

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.

Parameters

hText

The handle of a text object created with TBCreate.

History

Version Description
5.0.0 New

id-1799162