Links
EControl Syntax Editor SDK
TecSpellChecker.IsWordChar Method

Checks whether C is a "word" char.

function IsWordChar(C: ecChar): Boolean;

IsWordChar method returns true if C is a letter, a digit or a '_' symbol. Otherwise it returns false. 

"Word" characters may also be redefined by overriding IsWordChar method.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!