Applies to
TExtHighlighter component
Declaration
property Separators: string;
Description
This property determines which characters are considered as word delimiters for keywords and start-stop keys that are defined with the "Whole Words Only" attribute. The default value contains the following characters:
- space
- dot (.)
- comma (,)
- semicolon (;)
All control code characters (<#26) are implicitely considered word delimiters.
If you change this property at run time, call TPlusMemo.ReApplyKeywords for the change to take effect immediately. Otherwise, only subsequent editing operations will take account of the new Separators value.