Links
EControl Syntax Editor SDK
TParamCompletion.FuncNameRule Property

Specifies grammar rule name which is associated with single function name in the chain.

property FuncNameRule: string;

This rule should be used in FuncPathRule to indicate which token to take as function name in chain of sequential functions. 

 

For example, grammar rules to extract simple sequence of names separated by dot: 

 

FuncName = <Identifier>; 

FuncPathName = FuncName ('.' FuncName)*; 

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