CTextView:GetWordwrap


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

Syntax

bTrue = CTextView:GetWordwrap()

where

    bWrap is true if word wrapping is enabled.

  

See SetWordwrap for a discussion of word wrapping.

Related Topics

SetWordwrap

CTextView class