I mentioned this problem before about detecting when TMemo's lines property changed and someone mentioned setting TStringList's OnChanged event. The problem with that is FLines is a TStrings and you can't access the OnChange property because it's in a child class. Is there something that I'm missing? Shane