Links
EControl Syntax Editor SDK
TParamCompletion.UseParserResults Property

Specifies whether internal scanner has to use tokens instead of characters scanning.

property UseParserResults: Boolean;

If UseParserResults is False internal scanner processes characters to find function origin, parameters separators, etc. 

This algorithm has disadvantage - terminal characters may be part of the parameter (for example, string constant). 

Using parser results is more safe, because it allows solving this problem. 

It is recommended to set UseParserResults to True.

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