drdConstraintGroupHeaderClicked
drdConstraintGroupHeaderClicked(
x_columnIndex
w_windowId
)
=> t / nil
Description
Changes the state of the check boxes for all the categories listed in the Constraint Category column on the Filters tab of the DRD Options form.
Arguments
|
Column index; |
|
Value Returned
Examples
drdConstraintGroupHeaderClicked(0 window(2))
drdConstraintGroupHeaderClicked(1 window(2))
It toggles the state of the check boxes for all the constraint categories.
Return to top