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