GetObject

[method icon] GetObject()

Store an arbitrary object

Returns result of type OBJECT

Applies to: TreeItem

Introduced in KCML version 6.10


>

GetObject

This method allows the programmer to retrieve an object previously associated a tree node. The object is stored using the SetObject 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.

OBJECT DomNode = treeitem.GetObject()

See also

TreeItem methods, properties and events.