drdRuleIDItemClicked
drdRuleIDItemClicked(
t_ruleIDName
x_selectIndex
x_checkboxState
w_windowId
)
=> t / nil
Description
Modifies the check box of the rule ID on the left panel and the corresponding rule group and rule type.
Arguments
|
Value indicating the selection state; |
|
Value Returned
Examples
drdRuleIDItemClicked("MOM.A.1_3D3V" 1 2 window(2))
Modifies the check box state to enabled for MOM.A.1_3D3V rule ID on the right panel. The associated rule group and rule type is modified to enabled or partial enabled state, depending on remaining number of disabled rule IDs associated with them.
drdRuleIDItemClicked("MOM.A.1_3D3V" 1 0 window(2))
Modifies the check box state to disabled for MOM.A.1_3D3V rule ID on the right panel. The associated rule group and rule type is also modified.
Return to top