CTextView:GetWordwrap
The GetWordwrap method returns the state of word wrapping for the CTextView.
bTrue = CTextView:GetWordwrap()
bWrap is true if word wrapping is enabled.
See SetWordwrap for a discussion of word wrapping.
Related Topics
CTextView , SetWordwrap