Command ID 40 - define which char is a word delimiter

[Top]  [Chapter]  [Previous]  [Next]

Using the command 40 You can specify wether a character is a word delimiter or not, a non breaking character. Word delimiters are used to apply word wrap and spellcheck.

 

Memo.TextCommandStr(40, 1, "-+") makes the characters + and - word delimiters

 

Memo.TextCommandStr(40, 0, "-+") makes the characters + and - non breaking character

 

The string may only use characters in the ANSI range.

 


[command_id_40___define_which_c.htm]    Copyright © 2007 by WPCubed GmbH