Versions Compared

Key

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

...

The ItemData property sets the item's data, that is, the text that is displayed by the user. Usually, this is just simple text, but you can display other kinds of data as well by modifying the ItemType property.

This property has an alias: ItemText. In other words, you can use either the ItemData or ItemText properties to get or set an item's data.

...

Code Block
// Set the data for the item whose key is "Item1" 
Set_Property(@Window:".OLE_TREE", "OLE.ItemData[Item1]", "Hello World!")

See Also

ItemItemType