setCharLimit method

void setCharLimit(
  1. int n
)

Sets the character limit.

Implementation

void setCharLimit(int n) {
  charLimit = n;
  _enforceCharLimit();
}