Versions Compared

Key

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

...

The SelList property can be useful if you need data from the currently selected rows. Rows are @FM-delimited and columns are @VM-delimited, just like the List property. However, instead of getting all rows' data you only get the data from the selected rows. If there are no selected rows, then the property returns nothing.

...

Code Block
// Get the data from the selected rows 
SelList = Get_Property(@Window:".OLE_RECORDTABLE", "OLE.SelList")

See Also

ListMultiSelectSelPos