DynamicForm 2.1.0 Released
A brand new component added to the toolbox, the IF component.
The IF component
Description:
The IF component used for conditional logic within dynamic forms. This component allows users to define conditional statements based on specified operands and comparison operators.
TestCondition Method:
The TestCondition method within the IF component parses IF conditions based on the specified operands and comparison operator. It evaluates the condition and returns a string value based on whether the condition is true or false.
Parameters:
leftOperand: The left operand in the condition.
comparisonOperator: The comparison operator for the condition.
rightOperand: The right operand in the condition.
dataType: The data type for operands, if applicable.
Returns:
True if the condition is true.
False if the condition is false.