Board index » delphi » Newbie-Insert string at current cursor position..help
Richard Coxon
![]() Delphi Developer |
Wed, 06 Jan 1999 03:00:00 GMT
Newbie-Insert string at current cursor position..helpI'm at my wits end. I've a text editor (memo), I want to be able to have predefined text (Blank edit window), event initiated and:- PUTS THIS TEXT IN EDIT WINDOW (another event initiated with the cursor PUTS THIS TEXT [EVENT HAPPENED HERE] IN EDIT WINDOW (another event PUTS {ANOTHER EVENT HAPPENED} THIS TEXT [EVENT HAPPENED HERE] IN EDIT and so on. I've tried ADD, INSERT but they don't do what I want them to do, and I procedure onclick ; (Yes I know it's wrong syntax but I don't know what the correct code Please help, hair is now coming out in fistfulls..... Richard Coxon. |