drdConstraintHeaderClicked
drdConstraintHeaderClicked(
x_columnIndex
w_windowId
)
=> t / nil
Description
Changes the state of the check boxes for all the constraints listed in the Constraint column or sorts the constraints alphabetically, on the Filters tab of the DRD Options form.
Arguments
|
Column index; |
|
Value Returned
Examples
drdConstraintHeaderClicked(0 window(2))
It sorts the constraints alphabetically.
drdConstraintHeaderClicked(1 window(2))
It toggles the state of the check boxes in the E column.
drdConstraintHeaderClicked(2 window(2))
It toggles the state of the check boxes in the N column.
drdConstraintHeaderClicked(3 window(2))
It toggles the state of the check boxes in the PE column.
drdConstraintHeaderClicked(4 window(2))
It toggles the state of the check boxes in the B column.
Return to top