IExpression.AsString

Syntax

AsString: String;

Description

The AsString property determines the expression, by which values will be calculated, as a string of symbols.

Comments

To check if the expression is correct, use the IExpression.Valid property.

See also:

IExpression