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