property CalcEdit.IsValid as Boolean
Specifies whether the expression is valid.

 TypeDescription 
   Boolean A boolean expression that indicates whether the expression being evaluated is syntactically correct.  
The Text property indicates the expression being evaluated. The Result property returns the result of the evaluation, if the expression is valid, else 0 is returned. Use the IsValid property to programmatically determine when the control's expression is valid or not. The control does not display the result of the evaluation, if the entered expression is not valid.


Send comments on this topic.
© 1999-2007 Exontrol Inc, Software. All rights reserved.