I want to use a TMemo to save log information, but I want to limit the size. I thought setting the MaxLength property would do the trick by dropping the old data and appending the new string, but instead it just quits logging.
Can someone tell me how to get TMemo to do that?