TTabMode = ( tmTabChar, tmSpaces, tmDialog, tmSmartTab );
ecSyntMemo
Members |
Description |
tmTabChar |
Inserts tab character in text. |
tmSpaces |
Inserts spaces to move cursor to the next tab position. |
tmDialog |
Does nothing, so if editor is a part of dialog, default dialog action is performed. |
tmSmartTab |
Inserts spaces to the first non-whitespace character in the preceding line. |
Specifies action when user presses Tab key in syntax memo.
Copyright (c) 2004-2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|