TBSetWordWrapΒΆ

TBSetWordWrap enables or disables word wrap.

bool = TBSetWordWrap(hText, bWordWrap)

Return Value

bool is TRUE (1) if the function was successful and FALSE (0) if an error occued.

Parameters

hText

hText identifies the text object.

bWordWrap

If bClip is TRUE (1), word wrap is enabled.

History

Version Description
5.0.0 New

id-1696762