SetObject

[method icon] SetObject(objObj)

Store an arbitrary object

objObj Object

Applies to: TreeItem

Introduced in KCML version 6.10


>

SetObject

This method allows the programmer to associate a KCML object with a tree node. The object may be retrieved using the GetObject method. The method can be applied to either an object reference to an existing tree node or the Item() method and the existing node's index.

treeitem.SetObject(OBJECT DomNode)

See also

TreeItem methods, properties and events.