Forum > Carbon
Carbon adding the tab character to memo form.
(1/1)
Josh:
Hi
On Windows if I put 2 memo on a form, and use the tab key to navigate between the two all is fine.
Compiling for carbon, a tab character is added to the sending tab and to the destination tab.
Any fix likely?
At the moment am using the on change event to remove all vk_tabs; but this is only usefull if you are not using tab in the memo.
If Sender is TMemo then tmemo(sender).Text:=stringreplace(tmemo(sender).Text,chr(vk_tab),'',[rfReplaceall]);
Navigation
[0] Message Index