CheckSyntax Method

Tests the syntax of an expression in the Expression Builder.

Syntax

object.CheckSyntaxszExpression

Properties

The CheckSyntax method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

szExpression

String. The expression string to check.

Return Value

Boolean. Returns True if the syntax check was successful.

 

Example

Applies To