CTextView:Printf CTextView:SetWordwrap

CTextView:GetWordwrap


The GetWordwrap method returns the state of word wrapping for the CTextView.

Syntax

bTrue = CTextView:GetWordwrap()

    bWrap is true if word wrapping is enabled.

Remarks

See SetWordwrap for a discussion of word wrapping.

Related Topics

CTextView , SetWordwrap