jachguate / jachLogMgr

Open Source logging library for Delphi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the VCL RichEdit writer to auto cap the content of the control if it reaches a line count threshold

jachguate opened this issue · comments

If the threshold is reached, a certain number of lines at the beginning must be deleted to allow the control to operate for a while without reaching the threshold at each call.

It may be done adding two properties, one for the threshold and other for the number of lines to delete or to keep in the control.