PCLanguageService.hasSymbolsFor Method [AX 2012]
Checks if the language service has a symbol for the parsed expression.
private boolean hasSymbolsFor(str _parsedExpression, boolean _isConstraint)
Run On
ClientParameters
- _parsedExpression
- Type: str
Expression to parse.
- _isConstraint
- Type: boolean
A boolean value indicating if it is a constraint or a calculation.
Return Value
Type: booleantrue if the language service has a symbol for the parsed expression; false, otherwise.
Community Additions
ADD
Show: