TMemo doesn't recognize the OnChange event
Publicado: Mié May 30, 2007 3:44 pm
I'm using the OnChange event of the TMemo control. It works fine, when the control Value
is changed manually (editing, Cut and Paste operation). When the Value is changed by code
like this:
oMemo1:Value := ""
oMemo1:Clear()
the event is not reached.
Please correct this inconsistence.
Gejza Horvath
is changed manually (editing, Cut and Paste operation). When the Value is changed by code
like this:
oMemo1:Value := ""
oMemo1:Clear()
the event is not reached.
Please correct this inconsistence.
Gejza Horvath