ITableFilterCondition.TextValue

Syntax

TextValue: String;

Description

The TextValue property determines the constraint value that will be used without conversion.

Comments

When a condition is handled, constraint value in the TextValue property will be used only in the specified form. The property is relevant if there is not need to interpret the string containing numbers because in this case the value is converted to Double type with losing decimal places. To execute this conversion, use the Value property.

See also:

ITableFilterCondition | Value