Defines whether character is "word" character.
function IsWordChar(C: ecChar): Boolean; virtual;
By default it calls ecStrUtils.IsWordChar. It calls OnCheckChar event.
This method is virtual, so it may be overridden in derived classes.
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|