is there a way to add char or string like typing on tmemoi need trigger onkeypress like typing but mem.text := mem,text+'A' or mem.lines[2] := mem.lines[2]+'A'can be possible?
is there a way to add char or string like typing on tmemo
Mem.SelStart := Mem.GetTextLen;Mem.SelLength := 0;Mem.SelText := 'A';
well is onchange is is trigger when i typing but let play with it enable and disable event..