trichview.com

trichview.support




Limit the number of lines in RVEdit


Return to index


Author

Message

Chris House

Posted: 10/12/2004 10:51:49


This code limits the number of lines in a Richedit:

   if reProposalText.Lines.Count > 20 then

     reProposalText.Lines.Delete(20);


How can I do the same using a RichViewEdit?





Powered by ABC Amber Outlook Express Converter