show/hide this revision's text 2 Source code snippet reformatted

Virtual keyboard - best way to send button clicks to memo?

Hi, I'm still on D2007 and have need to create a unicode enabled virtual keyboard. So I'm using TMS's unicode buttons to simulate the keys, but what I want to avoid is having to assign- 'mmo.Lines.Text:=

mmo.Lines.Text := mmo.Lines.Text + Button1.Caption;' - Button1.Caption;

~50 times. There just has to be a better way to send one character at a time to the memo. Is there a way to use the Tag property in the Object Inspector and assign a value from there, or how?

How would you do this?

show/hide this revision's text 1

Virtual keyboard- best way to send button clicks to memo?

Hi, I'm still on D2007 and have need to create a unicode enabled virtual keyboard. So I'm using TMS's unicode buttons to simulate the keys, but what I want to avoid is having to assign - 'mmo.Lines.Text:= mmo.Lines.Text + Button1.Caption;' - ~50 times. There just has to be a better way to send one character at a time to the memo. Is there a way to use the Tag property in the Object Inspector and assign a value from there, or how?

How would you do this?