Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The OnSelChange event fires when the user changes the selection whether by keyboard or mouse. The Selection parameter is a comma delimited list of all currently selected items. Convert the commas to field marks to make this list equivalent to the SelectedItems property.

Example

Code Block
Transfer Param1 to Selection 

// How many items are selected 
NumSelected = Count(Selection, ',') + (Selection NE "")

See Also

SelectedItems