TOpType Enumeration

type TOpType = ( optFunction, optOperator );

Defines the type of the operand for expression parser.

Defines the type of the operand for the expression parser of TSignalGenerator component.

Values

NameDescription
optFunctionThe operand is a function.
optOperatorThe operand is an operator.