Versions Compared

Key

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

...

This property cannot be set. If you want to add children to an item, use the AddItems property instead.

Use this property only to get the children of an item with a key. If you need to get the root level items (i.e., the children of the Root Item), use the RootChildren property instead.

Example

Code Block
// Determine if the item whose key is "Item1" has children 
ItemChildren = Get_Property(@Window:".OLE_TREE", "OLE.ItemChildren[Item1]") 
HasChildren = (ItemChildren NE "")

See Also

ItemParentRootChildren