Why TAB character consists with two characters?
Why TAB character consists with two characters?
Why to delete ONE tab I need to press Backspace twice?
-
- Site Admin
- Posts: 17559
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
I'm using
and the same thing. It produces tab but to delete it I need do press backspace twice. After first backspace cursor moves one space !right! and after the second it deletes that space and tab and moves x positions left.
Code: Select all
RichViewEdit1.InsertTextW(WideChar($0009));
or
RichViewEdit1.InsertText(#9);
-
- Site Admin
- Posts: 17559
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: