Page 1 of 1

Can we restrict the length of a Rich View

Posted: Wed May 21, 2008 8:11 pm
by Tarun
Hi,


I want to know that Can we restrict the length of a Rich view ?
Means I want Rich View contains MAX 200 Characters not more then that.

Is it possible ?


I am using property - MaxLength, but this property is working like Max character length in a line, when i am entering more character then it become in a new line of the Rich View.


As we have the Concept in Memo, if we specify the max char length, then it will not allow to enter more character.

Please give me the Solution.


Thanks & Regards,
Tarun

Posted: Thu May 22, 2008 9:34 am
by Sergey Tkachenko
No, it's not possible. But you can calculate a number of characters in OnChange, and call Undo if it exceeds the limit.

Posted: Tue Feb 17, 2015 1:02 pm
by johnF
Hi, could this feature be implemented?

Would be good to have for apps writing twitter messages, amongst others.