How can i make a FIFO Window?
Posted: Fri Jan 20, 2006 11:20 am
Hello everybody,
i try the TRichViewEdit component for future use in my own application.
I want make a chatwindow thats has a max line count of 100 lines.
Whenever comes a new line at the end of the TRichViewEdit than check the actual line count.
while bytlLineCount > MAX do Delete Line 0
How can i do this with the TRichViewEdit?
Thank you, Frank
i try the TRichViewEdit component for future use in my own application.
I want make a chatwindow thats has a max line count of 100 lines.
Whenever comes a new line at the end of the TRichViewEdit than check the actual line count.
while bytlLineCount > MAX do Delete Line 0
How can i do this with the TRichViewEdit?
Thank you, Frank