Versions Compared

Key

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

...

The ClearGroup method removes all items from a given group. The Group parameter is an index to an existing group, whose items will be deleted. If the index does not refer to an existing group, then nothing happens. If you only want to delete specific items, then use RemoveItem instead.

Example

Code Block
// Clear the thirs group's items 
Send_Message(@Window:".OLE_SHORTCUTBAR", "OLE.ClearGroup", 3)

See Also

ClearRemoveItem