drdSelectConstraintGroupItem
drdSelectConstraintGroupItem(
t_constraintCategoryName
x_selectIndex
w_windowId
)
=> t / nil
Description
Selects the constraint category in the Constraint Category column and displays the corresponding constraints in the Constraint column on the Filters tab of the DRD Options form.
Arguments
|
Value indicating the selection states of a constraint category; |
|
Value Returned
Examples
drdSelectConstraintGroupItem("Spacing" 1 window(2))
It selects the Spacing category in the Constraint Category column and displays the corresponding constraints in the Constraint column.
drdSelectConstraintGroupItem("Spacing" 0 window(2))
It deselects the Spacing category in the Constraint Category column.
Return to top