Versions Compared

Key

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

...

Code Block
Transfer Param1 to Key 
Transfer Param2 to Shift 
Transfer Param3 to Ctrl 

// Allow use to delete items the selected items 
If Key EQ "DEL" then 
   SelItems = Get_Property(@Window:".OLE_TREE", "OLE.SelectedItems") 
   Send_Message(@Window:".OLE_TREE", "OLE.RemoveItems", SelItems) 
end

See Also

OnChar