Versions Compared

Key

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

...

The OnSelChange event is fired when the user changes the selection by clicking on a row or by using the arrow keys. To get the new selection, simply read the SelPos property.

This event does not fire when setting the SelPos property programmatically. Instead, you must programmatically fire the event using Send_Event.

...

Code Block
// Get the selpos 
SelPos = Get_Property(@Window:".OLE_REPORTTABLE", "OLE.SelPos")

See Also

SelPos