Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

x_columnIndex

Column index; 0 indicates the Constraint column, 1 indicates the Enforce (E) column, 2 indicates the Notify (N) column, 3 indicates the Post-Edit (PE) column, and 4 indicates the Batch (B) column.

w_windowId

The current window ID.

Value Returned

t

The command was successful.

nil

The command was unsuccessful.

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
 ⠀
X