Re: can i display text in Tmemo or Trichedit more than 1000 ?


[ Related Articles and Replies ] [ DelphiLand Discussion Forum ]

Posted by webmaster Guido on January 22, 2002 at 03:13:58:

In Reply to: can i display text in Tmemo or Trichedit more than 1000 ? posted by aROY on January 19, 2002 at 06:33:54:

: can i display text in Tmemo or Trichedit more than 1000 ?
-------

The limit for a TMemo is theoretically 64K characters(imposed by Windows), sometimes you get less, but at least 32K.

TRichEdit is only limited by the computer's memory, but there might be a limit of 32K lines, each line being of unlimited length. You have to do some experimenting to find out the "real life" limits of TRichEdit.


Related Articles and Replies:


[ Related Articles and Replies ] [ DelphiLand Discussion Forum ]