Hi all,
I have a button that allows users to delete lines (which represent a single server) from a memo, which holds the serverlist. So 1 server per line.
When the users adds or deletes a server I want it to save which I put in the onChange event.
Now this works fine for when I use
Memo1.Lines.Add(ServerToAdd);
But for some reason the event isn't triggered by calling
Memo1.Lines.Delete(i);
Does anyone know why this is, or am I doing something wrong?
BobbaFet ![[bobafett] [bobafett] [bobafett]](/data/assets/smilies/bobafett.gif)
Everyone has a right to my opinion.
Great Delphi Websites faq102-5352
I have a button that allows users to delete lines (which represent a single server) from a memo, which holds the serverlist. So 1 server per line.
When the users adds or deletes a server I want it to save which I put in the onChange event.
Now this works fine for when I use
Memo1.Lines.Add(ServerToAdd);
But for some reason the event isn't triggered by calling
Memo1.Lines.Delete(i);
Does anyone know why this is, or am I doing something wrong?
![[bobafett] [bobafett] [bobafett]](/data/assets/smilies/bobafett.gif)
![[bobafett] [bobafett] [bobafett]](/data/assets/smilies/bobafett.gif)
Everyone has a right to my opinion.
Great Delphi Websites faq102-5352