Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FlowControlCmd Object : IsExpressionValid Method
Required String that is the expression to evaluate for validity.
IsExpressionValid Method
Description
Tests whether or not the Expression is valid.
Syntax
Visual Basic
Public Function IsExpressionValid( _
   ByVal Expression As String _
) As Boolean
Parameters
Expression
Required String that is the expression to evaluate for validity.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
See Also