TBSetDefaultΒΆ

TBSetDefault sets text settings to default values.

bool = TBSetDefault(hText)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hText

The handle of a text object created with TBCreate.

id-20888